diff options
| author | Felix Perktold <Felix.Perktold@student.uibk.ac.at> | 2025-12-23 13:36:33 +0100 |
|---|---|---|
| committer | Felix Perktold <Felix.Perktold@student.uibk.ac.at> | 2025-12-23 13:36:33 +0100 |
| commit | b99be4933bcb850cbaf96f89750e925ecf2e8386 (patch) | |
| tree | b9bdfb0ae1a4731f414f1db1d959656a57657f34 /Makefile | |
| parent | fddfed044719c2e8d9664a007b214dacc8a0aa36 (diff) | |
rename eq? to equal?, fix syntax error on empty newline
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ LEX = flex YACC = bison -CC = gcc -g -Wall -Werror +CC = gcc -g CFLAGS = -DYYDEBUG=1 LIBS = -lreadline -lfl -lm OBJS = lisp.o lisp.tab.o lex.yy.o |
