8 lines
81 B
Makefile
8 lines
81 B
Makefile
.PHONY: test
|
|
test:
|
|
$(MAKE) -C test
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
$(MAKE) -C test clean
|