diff --git a/go/Makefile b/go/Makefile deleted file mode 100644 index adc243af..00000000 --- a/go/Makefile +++ /dev/null @@ -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