Change default dir of GNL to parent dir
authorLukas Jiriste <ljiriste@student.42prague.com>
Thu, 26 Oct 2023 14:14:07 +0000 (16:14 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Thu, 26 Oct 2023 14:14:07 +0000 (16:14 +0200)
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/