From 413f1f19184acd9024b9a97156c467b88ff72484 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 17 Aug 2018 03:57:35 +0200 Subject: math, time, seed and randomness - simple test --- userspace/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'userspace/Makefile') 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 -- cgit v1.2.3