main loop
This commit is contained in:
5
compile.sh
Normal file
5
compile.sh
Normal file
@ -0,0 +1,5 @@
|
||||
# Compile the debugger
|
||||
gcc -g -o main -I./include -I./linenoise main.c src/debugger.c linenoise/linenoise.c
|
||||
|
||||
# Compile the test program
|
||||
gcc -g -o target target.c
|
||||
Reference in New Issue
Block a user