Skip to content

Commit

Permalink
Don't create tarbomb releases, closes #81
Browse files Browse the repository at this point in the history
  • Loading branch information
mehlon authored and owickstrom committed Mar 28, 2016
1 parent eb31957 commit 1c033b6
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 @@ -91,7 +91,7 @@ dist/oden: dist/build-oden-cli/bin/oden
cp dist/build-oden-cli/bin/oden dist/oden/bin/oden

$(DIST_ARCHIVE): dist/oden
(cd dist/oden && tar -czf ../$(DIST_NAME).tar.gz .)
(cd dist && tar -czf $(DIST_NAME).tar.gz oden)

dist: $(DIST_ARCHIVE)

Expand Down

0 comments on commit 1c033b6

Please sign in to comment.