diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-23 23:44:44 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-23 23:44:44 +0200 |
| commit | 98eb242e282650e9c6645dd2e5290e144b105bb4 (patch) | |
| tree | 69963b6d1d5f51d8eaa5552f402ed34e0bd58241 /userspace/Makefile | |
| parent | dadd5202a3ccfd8c03fb9eb60e6a15b0fb987672 (diff) | |
improved params and environment passing and started snake-game :)
Diffstat (limited to 'userspace/Makefile')
| -rw-r--r-- | userspace/Makefile | 3 |
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 |
