4 lines
81 B
Makefile
4 lines
81 B
Makefile
# run the regression traces with a single 'make' call
|
|
test:
|
|
$(MAKE) -C .. trace
|