From 36f21816e346f5ecb8103f4a73d47d6d8e2ad72c Mon Sep 17 00:00:00 2001 From: Denis Landa Date: Sun, 8 Jun 2025 21:33:06 +0200 Subject: [PATCH] 2222ls --- du8/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/du8/Makefile b/du8/Makefile index 5ca9e3b..34a2c68 100644 --- a/du8/Makefile +++ b/du8/Makefile @@ -1,5 +1,6 @@ CC=gcc -CFLAGS=-Wall -std=c99 -g -I/usr/include/ncursesw +CFLAGS=-Wall -std=c99 -g +LDFLAGS=-lncurses OBJS = main.o game.o world.o @@ -20,3 +21,4 @@ world.o: world.c world.h clean: rm -f *.o game +