From 746a09a5854b9ce17e40caead51e1a42c2721bb1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 6 Jun 2025 02:49:26 +0200 Subject: Unvendor dependencies --- GNUmakefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3