summaryrefslogtreecommitdiff
path: root/userspace/xterm/Makefile
blob: dff4c467d91542c77e37fe9187e43caf278518d3 (plain)
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