Subversion Repositories svn.Prod repos

Compare Revisions

Ignore whitespace Rev 34 → Rev 33

/filefind/pascal/Makefile
1,11 → 1,13
PRG=filefind
SRC=$(PRG).pas
DIR=/var/tmp
.PHONY: clean test cleantest
DIR = /var/tmp
 
$(PRG): $(SRC)
$(PRG):
fpc $(SRC)
 
run: $(PRG)
./$(PRG) .
 
clean:
rm -f $(PRG) $(PRG).o