mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-22 00:19:19 +01:00
12 lines
153 B
Makefile
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
|