Skip to content

Commit

Permalink
Minor change in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Jan 5, 2015
1 parent eaca515 commit 8d13f3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ deps:

dist: compile
$(eval FILES := $(shell ls build))
@rm -rf dist/
@mkdir dist/
@rm -rf dist && mkdir dist
@for f in $(FILES); do \
(cd $(shell pwd)/build/$$f && tar -cvzf ../../dist/$$f.tar.gz *); \
(cd $(shell pwd)/dist && shasum -a 512 $$f.tar.gz > $$f.sha512); \
Expand Down

0 comments on commit 8d13f3c

Please sign in to comment.