disabled debug mode and added clean target
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
CC=gcc
|
||||
CFLAG= -c -g -O -DDEBUG -I ../interpreter -o
|
||||
CFLAG= -c -g -O -I ../interpreter -o
|
||||
objects=../interpreter/stack.o \
|
||||
../interpreter/interpreter/core_methods.o \
|
||||
../interpreter/interpreter/interpreter.o \
|
||||
|
Reference in New Issue
Block a user