diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-06-06 02:25:20 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-06-06 02:25:20 +0200 |
commit | acea5a5d228ad12b138414c7fa1ed8d7d046da22 (patch) | |
tree | d58a5c1387019672c6157fcb78221ac8088d3d65 | |
parent | 2e75e396845deb84a079561c85bd3bb2a443afb6 (diff) |
Remove ‘make watch’
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index 62402b8..d07d720 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -21,9 +21,6 @@ exttmpl: $(exttmpl) %.min.css: %.css lightningcss -m $< -o $@ -watch: - ls euro-cash.eu | entr -r ./euro-cash.eu -no-email -port $${PORT:-8080} - release: all-i18n [ -n "$$GOOS" -a -n "$$GOARCH" ] find data static -type f \( \ |