Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/f5d071b9e2aefb1b8069f701cd7a2123 to your computer and use it in GitHub Desktop.
Save zoffixznet/f5d071b9e2aefb1b8069f701cd7a2123 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment