diff options
author | Martin Miller | 2017-03-18 22:31:28 -0500 |
---|---|---|
committer | Martin Miller | 2017-03-18 22:31:28 -0500 |
commit | f098647e69c1fe3a3a20599405962e7e1f3c7c0f (patch) | |
tree | 017a8f4dc8a509748ac9abfb562e8cccc4d137fe /Makefile | |
parent | 10e0571454de1ceb5e959d3eda3c9b6102e2543b (diff) | |
download | refslam-f098647e69c1fe3a3a20599405962e7e1f3c7c0f.zip refslam-f098647e69c1fe3a3a20599405962e7e1f3c7c0f.tar.gz |
Add Feature class
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 src/state.o +OBJECT=src/main.o src/body.o src/state.o src/feature.o CXXFLAGS+=-O2 -march=native -std=c++11 -pedantic-errors #CXXFLAGS+=-g CXXFLAGS+=$(shell pkg-config --cflags eigen3) |