From 2f4344fe6934b25709cb00a6706fd5d462d9e6f4 Mon Sep 17 00:00:00 2001 From: nasr Date: Thu, 16 Apr 2026 22:01:12 +0200 Subject: feaature(main): drawing enemys at random positions and storing them as a linked list --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 968ea4b..985ed38 100755 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: all clean CC := gcc -CFLAGS := -I. -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Dtb_UNITY +CFLAGS := -I. -g -o0 -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Dtb_UNITY LDLIBS := -lX11 -lm BUILD_DIR := build -- cgit v1.3