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

:hammer: CONFIG: Finalize makefile for release

Finalized makefile for new release by cleaning up comments
parent 6231b039
No related merge requests found
...@@ -14,8 +14,7 @@ EXEC = sokoban ...@@ -14,8 +14,7 @@ EXEC = sokoban
##### Options ##### Options
CPPFLAGS = -I include CPPFLAGS = -I include
### L'option de debug -g à enlever CFLAGS = -Wall -Wextra
CFLAGS = -Wall -Wextra -g
LDFLAGS = LDFLAGS =
LDLIBS = -lncurses LDLIBS = -lncurses
DEPFLAGS = -MT $@ -MMD -MP -MF $(DPATH)$*.Td 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