separate eval into eval and apply and do gc (oops)
This commit is contained in:
parent
2532dd9f4a
commit
54e36cd5e3
3 changed files with 23 additions and 21 deletions
4
Makefile
4
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
CFLAGS := -std=c99 -Og -g -Wpedantic -Wall
|
||||
OBJS := symbol.o object.o gc.o print.o eval.o main.o
|
||||
CFLAGS := -std=gnu99 -Og -g -Wpedantic -Wall
|
||||
OBJS := symbol.o object.o gc.o print.o read.o eval.o main.o
|
||||
|
||||
wscm: $(OBJS)
|
||||
$(CC) $(OBJS) -o wscm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue