4 lines
92 B
Makefile
4 lines
92 B
Makefile
# execute ICNF tests with a single 'make' command in '../../build'
|
|
test:
|
|
$(MAKE) -C .. cnf
|