mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00: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
|