From bb1ef815bb95b90b7f28be501bae2c69fb6471f6 Mon Sep 17 00:00:00 2001 From: "D. Bohdan" Date: Fri, 29 Sep 2023 11:46:20 +0000 Subject: [PATCH] build(makefile/release): only build for own plat --- GNUmakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 50544de..7517e2c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -17,9 +17,8 @@ install-bin: hicolor install-include: hicolor.h install -m 0644 $< $(DESTDIR)$(PREFIX)/include -release: clean test test-wine +release: clean test cp hicolor hicolor-v"$$(./hicolor version)"-"$$(uname | tr 'A-Z' 'a-z')"-"$$(uname -m)" - cp hicolor.exe hicolor-v"$$(./hicolor version)"-win32.exe test: all ./tests/hicolor.test