diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-12-02 12:52:37 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-12-02 12:52:37 +0100 |
| commit | 5435237fca6b7ab618bfc955e2973d7b325ff9dc (patch) | |
| tree | 1a2929199f86734a629f5bbe5281c668162cc1fa /userspace/Makefile | |
| parent | 4d376279836b0e21d04c9d94b0ead0a29e57db2e (diff) | |
added and tested libm (newlib)
Diffstat (limited to 'userspace/Makefile')
| -rw-r--r-- | userspace/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index 3e4a00f..8516bc1 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -7,6 +7,7 @@ CFLAGS+=-w CFLAGS+=-std=gnu11 CFLAGS+=-O3 + PROGS=foolshell ls simple brainfuck add checker clear task1 task2 init ext2.img: $(PROGS) @@ -32,6 +33,7 @@ brainfuck: brainfuck.o foolshell: foolshell.o simple: simple.o add: add.o + $(CC) -o $@ $< -lm checker: checker.o task1: task1.o task2: task2.o |
