~ianmjones/snippetexpander

bf94155035d1ec68110e397aaca80db814015f57 — Ian M. Jones 3 months ago c22e22c
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