Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
Switch dist to default
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Mar 19, 2019
1 parent c2f7fc0 commit fe03139
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
@@ -1,15 +1,15 @@
# area4 Makefile

clean:
rm -rf build dist area4.egg-info area4.dist-info node_modules MANIFEST
.PHONY: clean

dist:
chmod +x tools/build-package.sh
bash tools/build-package.sh
chmod -x tools/build-package.sh
.PHONY: dist

clean:
rm -rf build dist area4.egg-info area4.dist-info node_modules MANIFEST
.PHONY: clean

freshdist: clean dist
.PHONY: freshdist

Expand Down

0 comments on commit fe03139

Please sign in to comment.