...

Text file src/golang.conradwood.net/tests/tagrouting/Makefile

Documentation: golang.conradwood.net/tests/tagrouting

     1.PHONY: server
     2all:
     3	go install test-server.go `ls -1 *.go|grep -v test-server.go`
     4server:	all

View as plain text