From a110c200e86d2325af07167531fac0f61d9681a0 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Fri, 26 Dec 2025 18:41:26 +0100 Subject: Switch to GUI to manage the library Allow to regroup the CLI and the view into one unique tool. --- Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index fc2acc6..0000000 --- a/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -build: library/public/main.js - -library/public/main.js: - @esbuild \ - --bundle library/client/main.ts \ - --minify \ - --target=es2017 \ - --outdir=library/public - -clean: - @rm -f library/public/*.js -- cgit v1.2.3