diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |