From 73604199c6b0dd314c67edff0ed24066c58848b6 Mon Sep 17 00:00:00 2001 From: Riley Smith Date: Mon, 11 Nov 2024 11:10:42 -0800 Subject: [PATCH] show conflicts --- lab-5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab-5/Makefile b/lab-5/Makefile index 0361623..dfc7723 100644 --- a/lab-5/Makefile +++ b/lab-5/Makefile @@ -20,7 +20,7 @@ scanner.c: scanner.flex parser.h flex -oscanner.c scanner.flex parser.c parser.h: parser.bison - bison --defines=parser.h --output=parser.c -v parser.bison + bison --defines=parser.h --output=parser.c -v parser.bison -Wconflicts-sr -Wcounterexamples # clean causes all intermediate files to be deleted.