From 22bb7660cc13fe6ea479e6c9b828b8bb07b6e860 Mon Sep 17 00:00:00 2001 From: tom Date: Mon, 2 May 2016 15:42:03 -0500 Subject: changed exec --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 626ddea..a47226d 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,4 @@ COMPILER_FLAGS = -w -I$(DEPS) LINKER_FLAGS = -lSDL2 -lSDL2_image -std=c++11 all : $(OBJS) - $(CC) $(OBJS) $(COMPILER_FLAGS) $(LINKER_FLAGS) -o nature + $(CC) $(OBJS) $(COMPILER_FLAGS) $(LINKER_FLAGS) -o natures -- cgit v1.2.3