summaryrefslogtreecommitdiff
path: root/userspace/xterm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/xterm/Makefile')
-rw-r--r--userspace/xterm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/userspace/xterm/Makefile b/userspace/xterm/Makefile
index fdec016..dff4c46 100644
--- a/userspace/xterm/Makefile
+++ b/userspace/xterm/Makefile
@@ -2,7 +2,10 @@ 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
+ rm -f *.o xterm rect