Skip to content
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.

Commit

Permalink
Update Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomohiro Matsuyama committed Apr 14, 2010
1 parent df78324 commit d0a846e
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 @@ -14,7 +14,7 @@ clean:

package: clean
mkdir ${PACKAGE}
cp -rp Makefile README TODO bin doc etc ${PACKAGE}
cp -rp Makefile README TODO GPL.txt bin doc etc ${PACKAGE}

tar.bz2: package
tar cjf ${PACKAGE}.tar.bz2 ${PACKAGE}

0 comments on commit d0a846e

Please sign in to comment.