summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Perktold <Felix.Perktold@student.uibk.ac.at>2025-12-23 13:12:30 +0100
committerFelix Perktold <Felix.Perktold@student.uibk.ac.at>2025-12-23 13:12:30 +0100
commitfddfed044719c2e8d9664a007b214dacc8a0aa36 (patch)
tree3a5d6966fb0dacae3dc8b19022ef4527b77ff439 /Makefile
parent3a9a1921fe7a56cefe6650529a2572e9a8debc98 (diff)
fix redefinition of symbols in env, cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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