mirror of https://github.com/perkeep/perkeep.git
9 lines
99 B
Makefile
9 lines
99 B
Makefile
|
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
TARG=camweb
|
||
|
GOFILES=\
|
||
|
camweb.go\
|
||
|
|
||
|
include $(GOROOT)/src/Make.cmd
|
||
|
|