perkeep/website/Makefile

13 lines
190 B
Makefile
Raw Normal View History

include $(GOROOT)/src/Make.inc
2011-01-25 17:21:20 +00:00
PREREQ=$(QUOTED_GOROOT)/pkg/$(GOOS)_$(GOARCH)/camli/encoding/line.a
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