# 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