Skip to content

Commit

Permalink
build(makefile/release): use uname; rm strip
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Sep 29, 2023
1 parent daecd90 commit a163d73
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 @@ -18,8 +18,7 @@ install-include: hicolor.h
install -m 0644 $< $(DESTDIR)$(PREFIX)/include

release: clean test test-wine
strip hicolor hicolor.exe
cp hicolor hicolor-v"$$(./hicolor version)"-linux-x86_64
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
Expand Down

0 comments on commit a163d73

Please sign in to comment.