Created
December 18, 2011 02:13
-
-
Save mikewadhera/1492136 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/code/go/master-worker % ls -l | |
| total 16 | |
| -rw-r--r-- 1 mikewadhera staff 106 Dec 17 17:55 Makefile | |
| -rw-r--r-- 1 mikewadhera staff 83 Dec 17 17:34 master-worker.go | |
| ~/code/go/master-worker % more Makefile | |
| include $(GOROOT)/src/Make.inc | |
| TARG=master-worker | |
| GOFILES=master-worker.go | |
| include $(GOROOT)/src/Make.pkg | |
| ~/code/go/master-worker % echo $GOROOT | |
| /Users/mikewadhera/src/go | |
| ~/code/go/master-worker % gomake | |
| 6g -o _go_.6 master-worker.go | |
| rm -f _obj/master-worker.a | |
| gopack grc _obj/master-worker.a _go_.6 | |
| ~/code/go/master-worker % ./master-worker | |
| -bash: ./master-worker: No such file or directory | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment