Add test targets to site Makefile
1 files changed, 6 insertions(+), 0 deletions(-) M site/Makefile
M site/Makefile => site/Makefile +6 -0
@@ 11,6 11,12 @@ build: $(SRC) $(STATIC) node_modules node_modules: $(CONFIG) npm install +.PHONY: test +test: + +.PHONY: test-verbose +test-verbose: + .PHONY: clean clean: rm -rf build