mirror of https://github.com/perkeep/perkeep.git
use go-style makefile
This commit is contained in:
parent
efbc9805b9
commit
9152b67ce5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue