6 lines
91 B
Makefile
6 lines
91 B
Makefile
all:
|
|
./../scripts/run_test.sh $(TARGET)
|
|
|
|
debug:
|
|
./../scripts/run_test.sh $(TARGET) debug
|