equal/hKis/test/makefile
2022-10-25 18:36:19 +08:00

10 lines
158 B
Makefile

test:
+$(MAKE) -C .. test
clean:
$(MAKE) -C .. clean
indent:
$(MAKE) -C .. indent
coverage:
$(MAKE) -C .. coverage
.PHONY: all clean coverage indent test