Subversion Repositories svn.Prod repos

Rev

Rev 36 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36 Rev 38
Line 1... Line 1...
1
PRG=filefind
1
PRG=filefind
2
SRC=$(PRG).go
2
SRC=$(PRG).go
3
DIR=/var/tmp
3
DIR=/var/tmp
4
.PHONY: clean test cleantest
4
.PHONY: clean test cleantest
5
 
5
 
-
 
6
all: test
-
 
7
 
6
$(PRG): $(SRC)
8
$(PRG): $(SRC)
7
	@echo "INFO: Building $@ from $^"
9
	@echo "INFO: Building $@ from $^"
8
	go build $(SRC)
10
	go build $(SRC)
9
 
11
 
10
clean:
12
clean: