mirror of https://github.com/perkeep/perkeep.git
14 lines
153 B
Makefile
14 lines
153 B
Makefile
|
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
TARG=camdev/ctest
|
||
|
|
||
|
CGOFILES=\
|
||
|
callback.go\
|
||
|
|
||
|
CGO_OFILES=\
|
||
|
callback_c.o\
|
||
|
|
||
|
include $(GOROOT)/src/Make.pkg
|
||
|
|
||
|
|