summaryrefslogtreecommitdiff
path: root/userspace/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-10-21 00:13:40 +0200
committerMichal Idziorek <m.i@gmx.at>2014-10-21 00:13:40 +0200
commitc81e5044a5d609a42407a5e9b0725d22e33cf5fa (patch)
treebcdd3ed322f64c8bde316bfaf065fe2248947ef1 /userspace/Makefile
parent37ceff93572bba6defd916884999c496108220ee (diff)
ported Brainfuck interpreter.
Diffstat (limited to 'userspace/Makefile')
-rw-r--r--userspace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/Makefile b/userspace/Makefile
index bd1e6ec..21c4560 100644
--- a/userspace/Makefile
+++ b/userspace/Makefile
@@ -9,6 +9,6 @@ LDFLAGS=-L/home/miguel/temp/fool-os-stuff/newlib-build-clean/i686-elf/newlib/ \
-lnosys
all: brainfuck.o crt0.o
- ${CC} -T linker.ld ${LDFLAGS} brainfuck.o -Wl,--oformat,binary -o userprog
+ ${CC} -T linker.ld ${LDFLAGS} brainfuck.o -Wl,--oformat,binary -o userprog
clean:
-rm *.o *.out userprog