Update version number and Makefile

This commit is contained in:
Thraix
2018-06-10 15:06:18 +02:00
parent eeb0fbe29e
commit 9e87c15367
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
# This Makefile was generated using MakeGen v1.0.2 made by Tim Håkansson
# This Makefile was generated using MakeGen v1.0.3 made by Tim Håkansson
# and is licensed under MIT. Full source of the project can be found at
# https://github.com/Thraix/MakeGen
CC=@g++
@@ -8,7 +8,8 @@ OBJPATH=$(BIN)intermediates
INCLUDES=
OBJECTS=$(OBJPATH)/ConfigFile.o $(OBJPATH)/IncludeDeps.o $(OBJPATH)/Makefile.o $(OBJPATH)/main.o
CFLAGS=$(INCLUDES) -std=c++17 -c -w -g3 -D_DEBUG
LIBS=
LIBDIR=
LIBS=$(LIBDIR)
OUTPUT=$(BIN)makegen
all: $(OUTPUT)
rebuild: clean all