use go-style makefile

This commit is contained in:
Brad Fitzpatrick 2010-06-29 10:36:40 -07:00
parent efbc9805b9
commit 9152b67ce5
1 changed files with 6 additions and 5 deletions

View File

@ -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