perkeep/blobserver/go/Makefile

21 lines
329 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\
2010-07-26 03:34:04 +00:00
auth.go\
blobref.go\
2010-07-26 03:34:04 +00:00
enumerate.go\
get.go\
http_util.go\
preupload.go\
temp_testing.go\
upload.go\
2010-06-29 17:36:40 +00:00
include $(GOROOT)/src/Make.cmd
2010-06-12 21:45:58 +00:00