diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-23 19:53:48 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-23 19:53:48 +0100 |
| commit | 61eff36a01a2639efeb515ec32f578ba99d97ff4 (patch) | |
| tree | 610dd432051da745949af898fc7cddce0eb665bd /userspace/Makefile | |
| parent | 9a13aedd4ef04711fc5139c86025272e9648cc4c (diff) | |
moved ls to own binary
Diffstat (limited to 'userspace/Makefile')
| -rw-r--r-- | userspace/Makefile | 2 |
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 |
