summaryrefslogtreecommitdiff
path: root/userspace/Makefile
diff options
context:
space:
mode:
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: