From 2aa35e2c108f954949ec001f1e33846379e7cc98 Mon Sep 17 00:00:00 2001 From: untir_l <87096069+untir-l@users.noreply.github.com> Date: Sat, 11 Jun 2022 21:13:23 +0530 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-57-g22cb