main loop

This commit is contained in:
Andre Heber
2023-11-25 13:09:16 +01:00
commit 0e3d59f447
9 changed files with 100 additions and 0 deletions

5
compile.sh Normal file
View 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