Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
knizhnik committed Mar 22, 2014
1 parent 7e49f7b commit bb6d7d2
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 @@ -84,7 +84,7 @@ clean:
rm -f *.o *.a *.so *.so.* $(GC_EXAMPLES)

tgz: clean
cd ..; tar cvzf cppgc.tgz cppgc
cd ..; tar --exclude=.svn -chvzf cppgc-1.01.tar.gz cppgc

zip: clean
cd ..; zip -r cppgc.zip cppgc
Expand Down

0 comments on commit bb6d7d2

Please sign in to comment.