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

7 lines
174 B
Makefile

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