From 87d20801300e90423c17ad425364f77152eb88c3 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Fri, 1 May 2015 13:01:55 -0500 Subject: fixed directories and makefile --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 369b090..4dea6cc 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ -OBJS = src/main.cpp src/window.cpp src/entity.cpp src/event.cpp src/creature.cpp src/resource.cpp +OBJS = src/*.cpp +DEPS = inc/ CC = g++ -COMPILER_FLAGS = -w +COMPILER_FLAGS = -w -I$(DEPS) LINKER_FLAGS = -lSDL2 -lSDL2_image -- cgit v1.2.3