diff options
| author | Joris Guyonvarch | 2025-12-26 18:41:26 +0100 |
|---|---|---|
| committer | Joris Guyonvarch | 2025-12-27 20:41:44 +0100 |
| commit | a110c200e86d2325af07167531fac0f61d9681a0 (patch) | |
| tree | 90e843f915a2e153ba735849afd83710d90560bf /Makefile | |
| parent | a26d92ad5055fa057647158eb79511e7b1841162 (diff) | |
Switch to GUI to manage the library
Allow to regroup the CLI and the view into one unique tool.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
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 |
