Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed Dec 12, 2016
1 parent 405a89c commit 8e58cb3
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 @@ -94,7 +94,7 @@ distfile: # creates the universal distributable .tgz file with path DISTNAME.zip
find $(DISTNAME) -name \*~ -delete
find $(DISTNAME) -name \*.pickle -delete
find $(DISTNAME) -name \*.pyc -delete
zip czf $(DISTNAME).zip $(DISTNAME)
zip -r $(DISTNAME).zip $(DISTNAME)
rm -rf $(DISTNAME)

app:
Expand Down

0 comments on commit 8e58cb3

Please sign in to comment.