7 lines
43 B
Makefile
7 lines
43 B
Makefile
|
all:
|
||
|
|
||
|
run_tests:
|
||
|
./on-off-test.sh
|
||
|
|
||
|
clean:
|