From 82bb8f00a3507e09b2e9fb63586884b79c60ad95 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 6 Jun 2025 02:26:01 +0200 Subject: Add .PHONY --- GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3