diff --git a/doc/Doxyfile b/doc/Doxyfile index 574f38822de902039f2447b9133dcd94420054bc..f35ea145a1c6a82522cb621a73ccfc12e00cfd57 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Sokoban" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.0.0 +PROJECT_NUMBER = 1.0.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/images/sokobanCLIv1.0.0.gif b/images/sokobanCLIv1.0.1.gif similarity index 100% rename from images/sokobanCLIv1.0.0.gif rename to images/sokobanCLIv1.0.1.gif diff --git a/makefile b/makefile index 9ea19053fe4a2da5049247978632258af69dffd4..e1ac82a0847b97299255b2a57e5b42a624a92b62 100644 --- a/makefile +++ b/makefile @@ -14,8 +14,7 @@ EXEC = sokoban ##### Options CPPFLAGS = -I include -### L'option de debug -g à enlever -CFLAGS = -Wall -Wextra -g +CFLAGS = -Wall -Wextra LDFLAGS = LDLIBS = -lncurses DEPFLAGS = -MT $@ -MMD -MP -MF $(DPATH)$*.Td