Skip to content

Commit

Permalink
Makefile: exclude test binary from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Aug 20, 2024
1 parent 3fa17ab commit abe2722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ $(WIN32_ZIP) $(WIN64_ZIP):
cp LICENSE README.md CHANGELOG.md CREDITS.md $(TMP_DIR)/poptracker/
cp $(dir $<)*.exe $(TMP_DIR)/poptracker/
cp $(dir $<)*.dll $(TMP_DIR)/poptracker/ || true
rm $(TMP_DIR)/*test.exe || true
rm -f $@
(cd $(TMP_DIR) && \
if [ -x "`which 7z`" ]; then 7z a -mx=9 ../$(notdir $@) poptracker ; \
Expand Down

0 comments on commit abe2722

Please sign in to comment.