Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Dec 9, 2020
1 parent f3b91a3 commit a0d99c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ release:
$(GOCLEAN); \
$(FLAGS_SHARED) GOOS=linux $(GOBUILD); \
tar zcvf /tmp/gnverify-${VER}-linux.tar.gz gnverify; \
$(GOCLEAN);
$(GOCLEAN); \
$(FLAGS_SHARED) GOOS=darwin $(GOBUILD); \
tar zcvf /tmp/gnverify-${VER}-mac.tar.gz gnverify; \
$(GOCLEAN); \
Expand Down

0 comments on commit a0d99c1

Please sign in to comment.