We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaca515 commit 8d13f3cCopy full SHA for 8d13f3c
Makefile
@@ -27,8 +27,7 @@ deps:
27
28
dist: compile
29
$(eval FILES := $(shell ls build))
30
- @rm -rf dist/
31
- @mkdir dist/
+ @rm -rf dist && mkdir dist
32
@for f in $(FILES); do \
33
(cd $(shell pwd)/build/$$f && tar -cvzf ../../dist/$$f.tar.gz *); \
34
(cd $(shell pwd)/dist && shasum -a 512 $$f.tar.gz > $$f.sha512); \
0 commit comments