2010-07-18 00:37:50 +00:00
|
|
|
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
|
2010-07-11 04:18:16 +00:00
|
|
|
GOFILES=\
|
|
|
|
camlistored.go\
|
2010-07-26 03:34:04 +00:00
|
|
|
auth.go\
|
2010-07-11 04:18:16 +00:00
|
|
|
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
|
|
|
|