mirror of https://github.com/perkeep/perkeep.git
8 lines
104 B
Makefile
8 lines
104 B
Makefile
|
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
TARG=camli/schema
|
||
|
GOFILES=\
|
||
|
schema.go\
|
||
|
|
||
|
include $(GOROOT)/src/Make.pkg
|