From e89f476905729ee72b1184bebe7002157a63c7a9 Mon Sep 17 00:00:00 2001 From: Denis Landa Date: Sun, 8 Jun 2025 21:28:48 +0200 Subject: [PATCH] 2222l --- du8/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/du8/Makefile b/du8/Makefile index b49ed2c..5ca9e3b 100644 --- a/du8/Makefile +++ b/du8/Makefile @@ -1,6 +1,5 @@ CC=gcc -CFLAGS=-Wall -std=c99 -g -LDFLAGS=-lncurses +CFLAGS=-Wall -std=c99 -g -I/usr/include/ncursesw OBJS = main.o game.o world.o