6 lines
46 B
Makefile
6 lines
46 B
Makefile
|
.DEFAULT:
|
||
|
./test.sh "$@"
|
||
|
|
||
|
all: $(TEST_LIST)
|
||
|
|