go: Makefiles not needed any more.

This commit is contained in:
Damian Gryski 2012-02-25 03:10:06 +01:00
parent c96a39d315
commit 154bcbc4f7

View File

@ -1,11 +0,0 @@
include $(GOROOT)/src/Make.inc
TARG=msgpack
GOFILES=pack.go unpack.go
include $(GOROOT)/src/Make.pkg
%: install %.go
$(GC) $*.go
$(LD) -o $@ $*.$O