summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoruntir_l <87096069+untir-l@users.noreply.github.com>2022-06-11 15:43:23 +0000
committeruntir_l <87096069+untir-l@users.noreply.github.com>2022-06-11 15:49:12 +0000
commit2aa35e2c108f954949ec001f1e33846379e7cc98 (patch)
tree1653252d1419d01b7347a70f47416ae45d4fb2c4 /Makefile
parente0babc53b16ef49ff40db21bbc4326e6e23185fa (diff)
downloadhitomezashi-2aa35e2c108f954949ec001f1e33846379e7cc98.tar
hitomezashi-2aa35e2c108f954949ec001f1e33846379e7cc98.tar.gz
hitomezashi-2aa35e2c108f954949ec001f1e33846379e7cc98.zip
Web: canvas now updates on the fly based on input
Also some other minor changes to thw web README.md and the Makefile, and making some stuff const where they weren't throughout the lib/ tree as well.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3458c89..80f8e04 100644
--- a/Makefile
+++ b/Makefile
@@ -30,4 +30,4 @@ format-code:
clang-format -i --verbose **/*.c **/*.h
clean:
- rm -f *.a *.o *.js *.wasm *.html hitomezashi_cli
+ rm -vf *.a *.o *.js *.wasm *.html hitomezashi_cli