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