summaryrefslogtreecommitdiff
path: root/userspace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/Makefile')
-rw-r--r--userspace/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/userspace/Makefile b/userspace/Makefile
index 48d9b1f..801326b 100644
--- a/userspace/Makefile
+++ b/userspace/Makefile
@@ -13,7 +13,7 @@ LDFLAGS=-lfool
#CFLAGS+=$(SYSROOT)/usr/lib/crt0.o
-PROGS=foolshell ls simple brainfuck add checker clear task1 task2 init cat
+PROGS=foolshell ls simple brainfuck add checker clear task1 task2 init cat snake
include ../Makefile.common
@@ -40,6 +40,7 @@ ext2.img: $(PROGS) ../mp/mp.bin
rm mnt -rf
brainfuck: brainfuck.o
+snake: snake.o
foolshell: foolshell.o
simple: simple.o
add: add.o