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