summaryrefslogtreecommitdiff
path: root/userspace/Makefile
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-15 23:06:47 +0200
committerMiguel <m.i@gmx.at>2018-10-15 23:06:47 +0200
commit39f271589fb9db3d6a383857817b13a9bb59d981 (patch)
tree0664d03268e49fa1028b144e7b596510bdb65906 /userspace/Makefile
parentcf43e3a1205c133505371fb5fd5b2db6b711e195 (diff)
ported zlib and libpng and improved compositor to handle 32 AND 24 bit depth
Diffstat (limited to 'userspace/Makefile')
-rw-r--r--userspace/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/userspace/Makefile b/userspace/Makefile
index 8e3518f..860478a 100644
--- a/userspace/Makefile
+++ b/userspace/Makefile
@@ -37,6 +37,7 @@ ext2.img: $(PROGS)
make -C xterm
make -C cpp
make -C ncurses
+ make -C pain
@echo "----------------------"
@echo "Creating ext2.img ...."
@dd if=/dev/zero of=ext2.img bs=1024 count=$(IMAGESIZE)
@@ -68,6 +69,7 @@ ext2.img: $(PROGS)
@cp xterm/xterm mnt/bin
@cp cpp/testcpp mnt/bin
@cp ncurses/nc mnt/bin
+ @cp pain/pain1 mnt/bin
# @cp /home/miguel/temp/foolos/usr/bin/* mnt/bin
@cp /home/miguel/temp/foolos/usr/bin/worm mnt/bin
@cp /home/miguel/temp/foolos/usr/bin/xmas mnt/bin
@@ -104,6 +106,7 @@ clean:
make -C xterm clean
make -C cpp clean
make -C ncurses clean
+ make -C pain clean
@echo "Cleaning userspace ..."; rm -f *.o $(PROGS) ext2.img *.d
umount: