Name the executable from the makefile
This commit is contained in:
parent
42c9f24f85
commit
6616cadbd5
|
@ -1,5 +1,5 @@
|
||||||
all:
|
all:
|
||||||
gcc -g -O0 -D STANDALONE pebblisp.c tokens.c object.c
|
gcc -g -O0 -o pebblisp -D STANDALONE pebblisp.c tokens.c object.c
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
gcc -g -O0 -D STANDALONE -D DEBUG pebblisp.c tokens.c object.c
|
gcc -g -O0 -o pebblisp -D STANDALONE -D DEBUG pebblisp.c tokens.c object.c
|
||||||
|
|
Loading…
Reference in New Issue