Rev 34 | Rev 36 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
PRG=filefindSRC=$(PRG).cDIR=/var/tmp.PHONY: clean test cleantest$(PRG): checkfiles.h $(SRC)$(CC) $@.c -o $@clean:rm -f $(PRG)test:./$(PRG) $(DIR) > resultsort result > result.sortfind $(DIR) > result2sort result2 > result2.sortwc *.sortdiff *.sortcleantest:rm -f result result.sortrm -f result2 result2.sort