From fddfed044719c2e8d9664a007b214dacc8a0aa36 Mon Sep 17 00:00:00 2001 From: Felix Perktold Date: Tue, 23 Dec 2025 13:12:30 +0100 Subject: fix redefinition of symbols in env, cleanup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 095a7ae..d6d3fae 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ LEX = flex YACC = bison -CC = gcc -g +CC = gcc -g -Wall -Werror CFLAGS = -DYYDEBUG=1 LIBS = -lreadline -lfl -lm OBJS = lisp.o lisp.tab.o lex.yy.o -- cgit v1.2.3