1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

add jacobi example

This commit is contained in:
Stefan Lankes 2015-12-30 10:17:17 +01:00
parent 7ca8245eb5
commit cf349020f2

View file

@ -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] $@