Skip to content

Instantly share code, notes, and snippets.

@treeder
Created June 7, 2011 06:39
Show Gist options
  • Save treeder/1011781 to your computer and use it in GitHub Desktop.
Save treeder/1011781 to your computer and use it in GitHub Desktop.
include $(GOROOT)/src/Make.inc
TARG=queue_mem
GOFILES:=queue_mem.go
include $(GOROOT)/src/Make.pkg
all:
gomake -C mem_queue
include $(GOROOT)/src/Make.inc
TARG=helloworld
GOFILES=\
helloworld.go\
include $(GOROOT)/src/Make.cmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment