diff options
Diffstat (limited to 'userspace/Makefile')
| -rw-r--r-- | userspace/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index ad2ae1e..29f6c7b 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -3,10 +3,7 @@ CC=i686-foolos-gcc LD=i686-foolos-ld -CFLAGS=-I.. -I/home/miguel/temp/fool-os-stuff/newlib-2.1.0/newlib/libc/include -CFLAGS+=--no-builtin-malloc -CFLAGS+=--no-builtin-free -LDFLAGS=-L/home/miguel/temp/fool-os-stuff/newlib-build-clean-new/i686-elf/newlib +PROGS=shell simple brainfuck add ext2.img: shell simple brainfuck add dd if=/dev/zero of=ext2.img bs=512 count=3500 |
