diff --git a/makefile b/makefile index 949aa26..a8870d8 100644 --- a/makefile +++ b/makefile @@ -16,11 +16,11 @@ else LIBFLAGS=-Llib -ltcod-mingw-debug -static-libgcc -static-libstdc++ endif -debug : tuto -release : tuto +debug : harc +release : harc -tuto : $(OBJS) - g++ $(OBJS) -o tuto -Wall $(LIBFLAGS) -g -w +harc : $(OBJS) + g++ $(OBJS) -o harc -Wall $(LIBFLAGS) -g -w src/main.hpp.gch : src/*.hpp g++ src/main.hpp -Iinclude -Wall diff --git a/src/main.hpp.gch b/src/main.hpp.gch index 14d734c..6ee5bb5 100644 Binary files a/src/main.hpp.gch and b/src/main.hpp.gch differ