1 2 3 4 5 6 7 8 9 10
.PHONY: .FORCE PARSER=../parser.rs $(PARSER): .FORCE awk -f etareneg.awk $@ >$@.1 mv $@.1 $@ reset: git checkout $(PARSER)