diff options
| author | Miguel <m.i@gmx.at> | 2018-08-17 03:57:35 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-17 03:57:35 +0200 |
| commit | 413f1f19184acd9024b9a97156c467b88ff72484 (patch) | |
| tree | fcc8ba0a4ea8a1785d5818c7793e946da84e07e6 /userspace/Makefile | |
| parent | c742be9c738c91703a7be787639cad167de3a6b1 (diff) | |
math, time, seed and randomness - simple test
Diffstat (limited to 'userspace/Makefile')
| -rw-r--r-- | userspace/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index 62bc857..2812edd 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -1,4 +1,3 @@ - CC=i686-foolos-gcc CC=i686-elf-gcc @@ -12,9 +11,10 @@ CFLAGS+=-g #CFLAGS+=-fstack-protector-all #LDFLAGS=-nostdlib -LDFLAGS=-L/home/miguel/foolos/usr/i686-foolos/lib/ -lc -lm -lg -lnosys +LDFLAGS=-L/home/miguel/foolos/usr/i686-foolos/lib/ +LDLIBS=-lc -lm -lg -lnosys -PROGS=foolshell ls simple brainfuck add checker clear task1 task2 init cat snake +PROGS=foolshell ls simple brainfuck test-math checker clear task1 task2 init cat snake include ../Makefile.common @@ -50,7 +50,7 @@ brainfuck: brainfuck.o snake: snake.o foolshell: foolshell.o simple: simple.o -add: add.o +test-math: test-math.o checker: checker.o task1: task1.o task2: task2.o |
