pebblisp/src/Makefile

6 lines
132 B
Makefile
Raw Normal View History

all:
gcc -g -O0 -D STANDALONE pebblisp.c tokens.c object.c
debug:
gcc -g -O0 -D STANDALONE -D DEBUG pebblisp.c tokens.c object.c