10 lines
158 B
Makefile
Raw Normal View History

2022-08-30 15:42:35 +08:00
test:
+$(MAKE) -C .. test
clean:
$(MAKE) -C .. clean
indent:
$(MAKE) -C .. indent
coverage:
$(MAKE) -C .. coverage
.PHONY: all clean coverage indent test