From 9533fbcda07254b65a53a9109555662d9a09086c Mon Sep 17 00:00:00 2001 From: Martin Miller Date: Tue, 28 Mar 2017 09:53:29 -0500 Subject: update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f65de67..657ff46 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -OBJECT=src/main.o src/body.o src/state.o src/feature.o src/camera.o src/ourerr.o +OBJECT=src/main.o src/body.o src/state.o src/feature.o src/camera.o src/ourerr.o src/types.o SRCS=$(patsubst %.o,%.cpp,$(OBJECT)) CXXFLAGS+=-O2 -march=native -std=c++11 -pedantic-errors CXXFLAGS+=-g -- cgit v1.1