perkeep/website/Makefile

12 lines
177 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\
include $(GOROOT)/src/Make.cmd