# Pastebin Pth2PCPZ diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -24,6 +24,13 @@ run: @echo "Starting local server…" perl app.pl daemon -clean: - rm -rf html/*.html html/.*.html html/routine/ html/type/ html/op/ html/lgs +clean-html: + rm -rf html/*.html html/.*.html html/routine/ html/type/ html/op/ html/lg/ +clean-images: + rm -f html/images/type-graph* + +clean-search: + rm html/js/search.js + +clean: clean-html clean-images clean-search