From f6f6d81c5634f659693914b7b74efcdd39ba5d4f Mon Sep 17 00:00:00 2001 From: tom Date: Tue, 10 Jan 2017 09:49:32 -0600 Subject: -Replaced images with colored rectangles -Removed various functions and variables pertaining to such images -Started migrating all uses of Location to SDL_Rect (I would preferably completly remove Location.hpp) -Scaled down resolution to 1080x640 (I would like to make these global constants) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4fc413f..f05677a 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,4 @@ COMPILER_FLAGS = -w -I$(DEPS) LINKER_FLAGS = -g -lm -lSDL2 -lSDL2_image -std=c++11 all : $(OBJS) - $(CC) $(OBJS) $(COMPILER_FLAGS) $(LINKER_FLAGS) -o natures + $(CC) $(OBJS) $(COMPILER_FLAGS) $(LINKER_FLAGS) -o exec -- cgit v1.2.3