diff options
author | Justin Worthe <justin@worthe-it.co.za> | 2018-03-02 20:35:40 +0200 |
---|---|---|
committer | Justin Worthe <justin@worthe-it.co.za> | 2018-03-02 20:35:40 +0200 |
commit | 30df4064646fb429568474c0cdb2ee2ee08fd22e (patch) | |
tree | 2f444247ef993f2f3a346af747199cec3f2b9b46 /Makefile | |
parent | e1ba5ff36cefd602e64210dcfd0c4076c871e38c (diff) |
Clickable bugs!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ test: clean: cargo clean + rm -r html/ .PHONY: all build-web build-desktop build test clean |