summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortom <tom@ground-control>2016-05-02 15:42:03 -0500
committertom <tom@ground-control>2016-05-02 15:42:03 -0500
commit22bb7660cc13fe6ea479e6c9b828b8bb07b6e860 (patch)
treeb908be831c62b3a042139c5572e3dd66ad289a73
parent3a2f69b3f1082b2fbdf39bd2a4f7ad0020971eac (diff)
changed exec
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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