diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/GNUmakefile b/GNUmakefile index 680230e..e3aa32b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -21,13 +21,6 @@ exttmpl: $(exttmpl) %.min.css: %.css lightningcss -m $< -o $@ -release: all-i18n - [ -n "$$GOOS" -a -n "$$GOARCH" ] - find data static -type f \( \ - -not -name '*.css' \ - -or -name '*.min.css' \ - \) -exec tar -cf euro-cash.eu-$$GOOS-$$GOARCH.tar.gz euro-cash.eu {} + - clean: find . -type f \( \ -name euro-cash.eu \ @@ -36,4 +29,4 @@ clean: -or -name '*.tar.gz' \ \) -delete -.PHONY: all-i18n clean release
\ No newline at end of file +.PHONY: all-i18n clean release |