Skip to content
Snippets Groups Projects
Commit 6279f879 authored by Thomas Wood's avatar Thomas Wood
Browse files

Add clean target to toplevel makefile

parent 430ff591
No related branches found
No related tags found
No related merge requests found
...@@ -27,4 +27,8 @@ test_init: ...@@ -27,4 +27,8 @@ test_init:
test: jsjsref test: jsjsref
node_modules/.bin/mocha node_modules/.bin/mocha
.PHONY: publish jsjsref generator test_init test clean:
$(MAKE) -C generator clean
$(MAKE) -C jsref clean
.PHONY: publish jsjsref generator test_init test clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment