msgpack/go/Makefile

12 lines
153 B
Makefile
Raw Normal View History

include $(GOROOT)/src/Make.inc
2010-06-01 10:53:19 +09:00
TARG=msgpack
GOFILES=pack.go unpack.go
include $(GOROOT)/src/Make.pkg
%: install %.go
$(GC) $*.go
$(LD) -o $@ $*.$O