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