summaryrefslogtreecommitdiff
path: root/userspace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/Makefile')
-rw-r--r--userspace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/Makefile b/userspace/Makefile
index 74ced40..d66afd2 100644
--- a/userspace/Makefile
+++ b/userspace/Makefile
@@ -1,7 +1,7 @@
CC=i686-foolos-gcc
CFLAGS=-w
-PROGS=shell simple brainfuck add checker
+PROGS=shell simple brainfuck add checker ls
ext2.img: $(PROGS)
dd if=/dev/zero of=ext2.img bs=512 count=5000