Skip to content

Commit

Permalink
name source tarball properly
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed May 13, 2018
1 parent eccfd09 commit 64b308f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dist-bin: all
@tar --exclude=*~ -cjf $(TARGET)-$(VERSION).tar.bz2 include lib

dist-src:
@tar --exclude=*~ -cjf $(TARGET)-$(VERSION).tar.bz2 include source Makefile
@tar --exclude=*~ -cjf $(TARGET)-src-$(VERSION).tar.bz2 include source Makefile

dist: dist-src dist-bin

Expand Down

0 comments on commit 64b308f

Please sign in to comment.