diff options
author | tom <tom@ground-control> | 2016-05-02 15:42:03 -0500 |
---|---|---|
committer | tom <tom@ground-control> | 2016-05-02 15:42:03 -0500 |
commit | 22bb7660cc13fe6ea479e6c9b828b8bb07b6e860 (patch) | |
tree | b908be831c62b3a042139c5572e3dd66ad289a73 | |
parent | 3a2f69b3f1082b2fbdf39bd2a4f7ad0020971eac (diff) |
changed exec
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |