/Makefile

https://code.google.com/p/go-magic/ · Makefile · 11 lines · 5 code · 6 blank · 0 comment · 0 complexity · 8be677c2c6c35d3909f08777ce4e9164 MD5 · raw file

  1. include $(GOROOT)/src/Make.inc
  2. TARG=go-magic.googlecode.com/hg
  3. CGOFILES=magic.go
  4. CGO_LDFLAGS=-lmagic
  5. include $(GOROOT)/src/Make.pkg