diff options
author | Martin Miller | 2017-03-18 15:13:51 -0500 |
---|---|---|
committer | Martin Miller | 2017-03-18 15:13:51 -0500 |
commit | 9c4f2174b786d3971d64445bfb50a6ad33921f5a (patch) | |
tree | e1de4537f39dcfbfc1b9f65d452027921baac340 /Makefile | |
parent | fde220c19346797c4d55c2f479f7efb2f8c9073a (diff) | |
download | refslam-9c4f2174b786d3971d64445bfb50a6ad33921f5a.zip refslam-9c4f2174b786d3971d64445bfb50a6ad33921f5a.tar.gz |
Update makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -OBJECT=src/main.o src/body.o +OBJECT=src/main.o src/body.o src/state.o CXXFLAGS+=-O2 -march=native -std=c++11 -pedantic-errors #CXXFLAGS+=-g CXXFLAGS+=$(shell pkg-config --cflags eigen3) |