Skip to content
Snippets Groups Projects
Commit 30e201e9 authored by ERKEN EFE's avatar ERKEN EFE
Browse files

Merge branch 'release1.0.1' into develop

parents 2808eff7 43d145e1
Branches
Tags
No related merge requests found
......@@ -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
......
File moved
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment