This commit is contained in:
Denis Landa 2025-06-08 21:28:48 +02:00
parent 7adc44bdb2
commit e89f476905

View File

@ -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