diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-24 11:07:32 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-24 11:07:32 +0100 |
| commit | a06d25b7afcd8b28ca001349634abaef87958fdc (patch) | |
| tree | 58d282a899fbf13562d0a846351aa93115850a23 /userspace/Makefile | |
| parent | 1cb7a6bd1ab40188987feeaeefce021d441819e6 (diff) | |
implemented basic 'cd' in foolshell
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 3de83ea..63310bf 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -1,10 +1,11 @@ CC=i686-foolos-gcc CFLAGS= +CFLAGS+=-I.. CFLAGS+=-w CFLAGS+=-std=gnu11 -PROGS=foolshell simple brainfuck add checker ls clear +PROGS=foolshell ls simple brainfuck add checker clear ext2.img: $(PROGS) dd if=/dev/zero of=ext2.img bs=512 count=5000 |
