Skip to content

Commit

Permalink
add make clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Jun 1, 2024
1 parent 177032d commit 3a57306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ html: hvcc

hvcc:
$(foreach var, $(PLUGINS), hvcc js_$(var).pd -n $(var) -o $(var) -g js -p examples examples/heavylib;)

clean:
$(foreach var, $(PLUGINS), rm -rf _site/$(var);)

0 comments on commit 3a57306

Please sign in to comment.