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