diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-06-06 02:26:01 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-06-06 02:26:01 +0200 |
commit | 82bb8f00a3507e09b2e9fb63586884b79c60ad95 (patch) | |
tree | 4cce5d1055870ab426fb8cd3c4a5d58a902a6c1a | |
parent | acea5a5d228ad12b138414c7fa1ed8d7d046da22 (diff) |
Add .PHONY
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index d07d720..680230e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -34,4 +34,6 @@ clean: -or -name exttmpl \ -or -name '*.min.css' \ -or -name '*.tar.gz' \ - \) -delete
\ No newline at end of file + \) -delete + +.PHONY: all-i18n clean release
\ No newline at end of file |