From cf349020f28976d964bfdb718910f6b3f76e4140 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Wed, 30 Dec 2015 10:17:17 +0100 Subject: [PATCH] add jacobi example --- hermit/usr/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/usr/tests/Makefile b/hermit/usr/tests/Makefile index 8eceb6059..2317a527c 100644 --- a/hermit/usr/tests/Makefile +++ b/hermit/usr/tests/Makefile @@ -48,7 +48,7 @@ endif default: all -all: hello.bin hello++.bin thr_hello.bin #hellof.bin #jacobi RCCE_minimum +all: hello.bin hello++.bin thr_hello.bin jacobi.bin #hellof.bin RCCE_minimum hello++: hello++.o @echo [LD] $@