6 lines
45 B
Makefile
6 lines
45 B
Makefile
|
# nothing to build
|
||
|
all:
|
||
|
|
||
|
test:
|
||
|
$(MAKE) -C t
|