16 lines
379 B
Plaintext
16 lines
379 B
Plaintext
|
---
|
||
|
parser/tst/Makefile | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/parser/tst/Makefile
|
||
|
+++ b/parser/tst/Makefile
|
||
|
@@ -12,7 +12,7 @@ endif
|
||
|
all: tests
|
||
|
|
||
|
.PHONY: tests error_output parser_sanity caching
|
||
|
-tests: error_output parser_sanity caching
|
||
|
+tests: error_output parser_sanity
|
||
|
|
||
|
error_output: $(PARSER)
|
||
|
$(PARSER) -S -I errors >/dev/null errors/okay.sd
|