From 9152b67ce5b338828eae5f9458055171da26dc7e Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 29 Jun 2010 10:36:40 -0700 Subject: [PATCH] use go-style makefile --- blobserver/go/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/blobserver/go/Makefile b/blobserver/go/Makefile index 870002902..f200b7a4a 100644 --- a/blobserver/go/Makefile +++ b/blobserver/go/Makefile @@ -1,6 +1,7 @@ -camlistored: camlistored.go - 8g camlistored.go - 8l -o camlistored camlistored.8 +include $(GOROOT)/src/Make.$(GOARCH) + +TARG=camlistored +GOFILES=camlistored.go + +include $(GOROOT)/src/Make.cmd -clean: - rm -f camlistored camlistored.8