This commit is contained in:
Denis Landa 2025-06-08 20:34:33 +02:00
parent dbcd43639b
commit f09888162e

View File

@ -1,6 +1,6 @@
CC = gcc CC=gcc
CFLAGS = -Wall -std=c99 -g CFLAGS=-Wall -std=c99 -g
LDFLAGS = -lncurses LDFLAGS=-lncurses
OBJS = main.o game.o world.o OBJS = main.o game.o world.o