Skip to content

Commit 243340f

Browse files
author
Matthew Stern
committed
Merge branch 'master' of github.com:mstern98/Topologic
2 parents 84b6a37 + 6d27614 commit 243340f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $(FLEX_C):
5454
mv lex.yy.c $(FLEX_C)
5555
$(CC) -fPIC -g -c $(FLEX_C) -o $(FLEX_OBJ)
5656
$(BISON_C): $(BISON)
57-
bison -d $(BISON) -o $(BISON_C) -Wcounterexample
57+
bison -d $(BISON) -o $(BISON_C) #-Wcounterexample
5858
$(CC) -fPIC -g -c $(BISON_C) -o $(BISON_OBJ)
5959

6060
$(BIN): $(OBJ) $(INCLUDES) $(BISON_OBJ) $(FLEX_OBJ)

0 commit comments

Comments
 (0)