1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-03-26 03:36:50 +01:00

12 lines
153 B
Makefile

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