summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-03-02 20:35:40 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-03-02 20:35:40 +0200
commit30df4064646fb429568474c0cdb2ee2ee08fd22e (patch)
tree2f444247ef993f2f3a346af747199cec3f2b9b46 /Makefile
parente1ba5ff36cefd602e64210dcfd0c4076c871e38c (diff)
Clickable bugs!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 30f6f27..3161be9 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ test:
clean:
cargo clean
+ rm -r html/
.PHONY: all build-web build-desktop build test clean