disabled debug mode and added clean target

This commit is contained in:
2018-10-27 17:19:52 +02:00
parent e73d0d9b71
commit b6a3cdcd59
2 changed files with 5 additions and 2 deletions

View File

@@ -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 \