perkeep/website/Makefile

11 lines
121 B
Makefile
Raw Normal View History

include $(GOROOT)/src/Make.inc
TARG=camweb
GOFILES=\
camweb.go\
2011-01-25 17:21:20 +00:00
cgi.go\
2011-01-29 19:53:22 +00:00
logging.go\
include $(GOROOT)/src/Make.cmd