added Makefile for the interpreter
This commit is contained in:
parent
e0ed86e203
commit
8d894333a2
|
@ -3,7 +3,7 @@ objects= stack.o method_dispatcher/method_dispatcher.o interpreter/core_methods.
|
||||||
|
|
||||||
all: $(objects) test
|
all: $(objects) test
|
||||||
|
|
||||||
CFLAG= -c -O -o
|
CFLAG= -c -DDEBUG -O -o
|
||||||
|
|
||||||
%.o: %.c
|
%.o: %.c
|
||||||
$(CC) $(CFLAG) $@ $<
|
$(CC) $(CFLAG) $@ $<
|
||||||
|
|
Loading…
Reference in New Issue
Block a user