projects
/
42
/
gnl_tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
becd516
)
Change default dir of GNL to parent dir
author
Lukas Jiriste
<ljiriste@student.42prague.com>
Thu, 26 Oct 2023 14:14:07 +0000
(16:14 +0200)
committer
Lukas Jiriste
<ljiriste@student.42prague.com>
Thu, 26 Oct 2023 14:14:07 +0000
(16:14 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 78fa0fa02125b53cb94669e74d2c80b38ff86041..9431f046c638ac71692fd88f7ce3381575a683f9 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,7
+1,7
@@
CC = cc
CFLAGS = -Wall -Wextra -Werror -g -fdiagnostics-color=always
-GNLDIR := ../
../get_next_line/
+GNLDIR := ../
SRCDIR := src/
OBJDIR := obj/
INCLUDE := include/