Files
lammps/examples/plugins/Makefile
2021-03-18 14:40:41 -04:00

7 lines
159 B
Makefile

CXX=mpicxx
CXXFLAGS=-I../../src -Wall -Wextra -O3 -fPIC -I../../src/USER-OMP -fopenmp
LD=$(CXX) -shared -rdynamic -fopenmp
DSOEXT=.so
include Makefile.common