Subversion Repositories svn.Prod repos

Compare Revisions

Ignore whitespace Rev 33 → Rev 34

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