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