summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 4a91e28..ea6e6aa 100644
--- a/makefile
+++ b/makefile
@@ -2,9 +2,9 @@ PRG=agent-provocateur
#CC=g++-11
CC=mpic++
-CXXFLAGS=-Wall -Wextra -pedantic -O0 -fopenmp
+CXXFLAGS=-Wall -Wextra -pedantic -O0
LFLAGS=-I/opt/hdf5/include -L/opt/hdf5/lib
-SRC=cell.cpp mesh.cpp main.cpp agent.cpp
+SRC=parser.cpp cell.cpp mesh.cpp main.cpp agent.cpp
LIB=-lm -lhdf5 -lhdf5_cpp
OBJ=$(SRC:.cpp=.o)