From 9ca75e7eb366800b3c602fb948167bcb185bed37 Mon Sep 17 00:00:00 2001 From: salad Date: Thu, 27 Aug 2020 23:29:07 +0200 Subject: added init, samarche pas, peutetre go GNL --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0524861..bff54cc 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ ifeq (${OS}, FreeBSD) CC = /usr/bin/cc endif ifeq (${OS}, Linux) -CC = clang +CC = clang-8 endif ifeq (${OS}, Darwin) CC = clang @@ -100,6 +100,7 @@ CFLAGS += -pedantic #------------------------------------------------------------------------------# LDFLAGS = -L${LFT_DIR} LDFLAGS += -lft +LDFLAGS += -lncurses #==============================================================================# #--------------------------------- UNIX ---------------------------------------# #==============================================================================# -- cgit v1.2.3