Rev 45 | Rev 47 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
SRC=filefind.py
PRG=$(SRC)
DIR=/var/tmp
.PHONY: test cleantest
# test
all: test
test:
./$(PRG) $(DIR) > result