Skip to content

Commit

Permalink
build(makefile/release): only build for own plat
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Sep 29, 2023
1 parent a163d73 commit bb1ef81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb1ef81

Please sign in to comment.