7 lines
71 B
Makefile
7 lines
71 B
Makefile
.PHONY: default
|
|
default:
|
|
|
|
.PHONY: testdata
|
|
testdata:
|
|
make -C testdata
|