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

Commit

Permalink
Fixed make file
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven V. Gonzales committed Jun 10, 2016
1 parent 7b39478 commit 1b97ca9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package:
-rm -rf _build
CC=clang go build
mkdir -p _build/amd64
mv sudolikeaboss _build/amd64/sudolikeaboss
@cd _build/amd64; zip -r sudolikeaboss_`cat ../../VERSION`_darwin_amd64.zip .

0 comments on commit 1b97ca9

Please sign in to comment.