Skip to content

Commit 8d13f3c

Browse files
committed
Minor change in Makefile
1 parent eaca515 commit 8d13f3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ deps:
2727

2828
dist: compile
2929
$(eval FILES := $(shell ls build))
30-
@rm -rf dist/
31-
@mkdir dist/
30+
@rm -rf dist && mkdir dist
3231
@for f in $(FILES); do \
3332
(cd $(shell pwd)/build/$$f && tar -cvzf ../../dist/$$f.tar.gz *); \
3433
(cd $(shell pwd)/dist && shasum -a 512 $$f.tar.gz > $$f.sha512); \

0 commit comments

Comments
 (0)