From 45ce8728224caa44d31dca3117992b193fa3cd98 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 19 Oct 2018 02:41:53 +0200 Subject: window manager continued --- userspace/Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'userspace/Makefile') diff --git a/userspace/Makefile b/userspace/Makefile index 8d9cf8e..16d67ac 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -1,7 +1,8 @@ -IMAGESIZE=80000 #ext2.img size in Kb ####################### +IMAGESIZE=80000 #ext2.img size in Kb + GIT_REVISION=$(shell git rev-parse HEAD) CC=i686-foolos-gcc @@ -32,9 +33,14 @@ include ../Makefile.common all: ext2.img -ext2.img: $(PROGS) - make -C fonts +xterm: + @echo "building fool-term" make -C xterm + + +ext2.img: $(PROGS) xterm + make -C xterm + make -C fonts make -C cpp make -C ncurses make -C pain -- cgit v1.2.3