Skip to content

Commit

Permalink
fixed make dist on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
lins05 committed Dec 3, 2014
1 parent 4b4fe6a commit 52098fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ all:
@echo

dist:
tar czvf seafobj.tar.gz seafobj/ \
tar czvf \
--exclude='*.git*' \
--exclude='*.log' \
--exclude='*~' \
--exclude='*#' \
--exclude='*.gz' \
--exclude='*.pyc' \
--exclude-vcs
-f seafobj.tar.gz seafobj

unittest:
@bash .unittests
Expand Down

0 comments on commit 52098fb

Please sign in to comment.