9 lines
120 B
Makefile
9 lines
120 B
Makefile
# -*- makefile -*-
|
|
|
|
CC=mpicxx
|
|
CXXFLAGS=-D_DEFAULT_SOURCE -O2 -Wall -fPIC -std=c++11
|
|
AR=ar
|
|
ARFLAGS=rc
|
|
|
|
include Common.mk
|