Mistake in new Infix located

This commit is contained in:
kverty 2019-09-10 00:46:10 +03:00
parent 8197ea1d20
commit 93c2f6db2d
5 changed files with 235 additions and 87 deletions

View file

@ -1,8 +1,8 @@
TESTS=$(basename $(wildcard test*.expr))
TESTS=$(basename $(wildcard test001*.expr))
RC=../src/rc.opt
.PHONY: check $(TESTS)
.PHONY: check $(TESTS)
check: $(TESTS)