Skip to content

Commit

Permalink
make release: remove /dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tyru committed Sep 21, 2017
1 parent 50df9a8 commit eca52c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ precompile:

# Make static-linked binaries and tarballs
release: $(SRC)
rm -r $(DIST_DIR)
@for os in $(RELEASE_OS); do \
for arch in $(RELEASE_ARCH); do \
echo "Making binary for ... os=$$os, arch=$$arch"; \
Expand Down

0 comments on commit eca52c5

Please sign in to comment.