summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Miller2017-03-18 15:13:51 -0500
committerMartin Miller2017-03-18 15:13:51 -0500
commit9c4f2174b786d3971d64445bfb50a6ad33921f5a (patch)
treee1de4537f39dcfbfc1b9f65d452027921baac340 /Makefile
parentfde220c19346797c4d55c2f479f7efb2f8c9073a (diff)
downloadrefslam-9c4f2174b786d3971d64445bfb50a6ad33921f5a.zip
refslam-9c4f2174b786d3971d64445bfb50a6ad33921f5a.tar.gz
Update makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b699ae..2a9eed2 100644
--- a/Makefile
+++ b/Makefile
@@ -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)