8 lines
76 B
Makefile
8 lines
76 B
Makefile
|
|
test:
|
|
@./test/run
|
|
|
|
test-debug:
|
|
@./test/run debug
|
|
|
|
.PHONY: test test-debug |