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