Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
clearance
Browse files Browse the repository at this point in the history
  • Loading branch information
immartian committed Mar 17, 2017
1 parent 55f1db5 commit 0a7c917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ clean:

# Cross Compilation Targets (xgo)

gmc-cross: gmc-linux gmc-darwin gmc-windows gmc-android gmc-ios
gmc-cross: gmc-linux gmc-darwin gmc-windows
@echo "Full cross compilation done:"
@ls -ld $(GOBIN)/gmc-*

gmc-linux: gmc-linux-386 gmc-linux-amd64 gmc-linux-arm gmc-linux-mips64 gmc-linux-mips64le
gmc-linux: gmc-linux-386 gmc-linux-amd64 gmc-linux-mips64 gmc-linux-mips64le
@echo "Linux cross compilation done:"
@ls -ld $(GOBIN)/gmc-linux-*

Expand Down

0 comments on commit 0a7c917

Please sign in to comment.