Skip to content

Commit

Permalink
Makefile tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
saitoha committed May 2, 2014
1 parent 3d5195e commit 198821a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dist: clean build
$(MKDIR) $(PACKAGE)/src
$(CP) COPYING.txt README.md $(PACKAGE)
$(CP) *$(EXE) *$(DLL) $(PACKAGE)
$(CP) *.c *.h *.rc *.def *.ico *.bmp $(PACKAGE)/src
$(CP) *.c *.h *.rc *.def *.ico *.bmp .travis.yml .gitignore $(PACKAGE)/src
$(CP) *.mk Makefile.in configure config.h.in $(PACKAGE)/src/
$(TAR) cz $(PACKAGE) > $(PACKAGE).tar.gz
test -n "$(ZIP)" && $(ZIP) -r $(PACKAGE).zip $(PACKAGE)
Expand Down

0 comments on commit 198821a

Please sign in to comment.