4 lines
36 B
Makefile
4 lines
36 B
Makefile
|
phony: test
|
||
|
test:
|
||
|
@make -C .. test
|