1 2 3 4 5 6 7 8 9 10 11
CC=i686-foolos-gcc CFLAGS = -ggdb -O0 # best gdb debugging experience all: xterm rect xterm: vesa.o terminal.o rect: vesa.o clean: rm -f *.o xterm rect