Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tochka authored Mar 10, 2017
1 parent 6dd002b commit 3246448
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 @@ -35,7 +35,7 @@ build_artifact: clear_artifact clear
@if [ "$(TARGET_OS)" = "windows" ]; then \
mv build/$(ARTF)/$(ARTF) build/$(ARTF)/$(ARTF).exe; \
cd build/ && zip -r windows-amd64.zip . && cd .. ; \
mv build/windows-amd64.zip artf ; \
mv build/windows-amd64.zip artf/ ; \
fi
@if [ "$(TARGET_OS)" = "linux" ]; then \
tar -zcvf artf/linux-amd64.tar.gz -C build/ . ; \
Expand Down

0 comments on commit 3246448

Please sign in to comment.