--- Makefile 2005/07/09 10:04:51 11 +++ Makefile 2005/07/09 10:15:09 12 @@ -1,5 +1,5 @@ all: - ./stem-hr.pl < test.txt | tee stem.txt | grep -v '^#rule' | grep -v '^#stem' + ./stem.pl < test.txt | tee stem.txt | grep -v '^#rule' | grep -v '^#stem' test: @date >> log