summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlhan Özgen <ilhan.oezgen@wahyd.tu-berlin.de>2017-06-08 15:57:00 +0200
committerIlhan Özgen <ilhan.oezgen@wahyd.tu-berlin.de>2017-06-08 15:57:00 +0200
commitfc4940764ddca971b6e7fc0bf22ca94112a7cc8a (patch)
treee90db7cd3ca2ce8179ea7ff65d3cfb2ff3177357
parent3b37539488c39de3eb5722f75602d0d449f51b8f (diff)
reverse makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 15fbc38..c2007b9 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ PRG=main
CC=cc
CFLAGS=-Wall -Wextra -pedantic
LFLAGS=-fopenmp
-SRC=test_bic.c linalg.c solver.c sysmat.c
+SRC=main.c linalg.c solver.c sysmat.c
RUNFLAGS=OMP_NUM_THREADS=4
INCLUDES=
LIB=-lm