From 5435237fca6b7ab618bfc955e2973d7b325ff9dc Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Tue, 2 Dec 2014 12:52:37 +0100 Subject: added and tested libm (newlib) --- userspace/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'userspace/Makefile') 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 -- cgit v1.2.3