summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)