mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-21 07:45:02 +02:00
go: Makefiles not needed any more.
This commit is contained in:
11
go/Makefile
11
go/Makefile
@@ -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
|
|
Reference in New Issue
Block a user