perkeep/blobserver/go/Makefile

14 lines
235 B
Makefile
Raw Normal View History

main:
echo "I've using gofr to build this now: http://bitbucket.org/kylelemons/gofr/wiki/Home"
exit 999
2010-06-29 17:36:40 +00:00
include $(GOROOT)/src/Make.$(GOARCH)
TARG=camlistored
GOFILES=\
camlistored.go\
blobref.go\
2010-06-29 17:36:40 +00:00
include $(GOROOT)/src/Make.cmd
2010-06-12 21:45:58 +00:00