From 59eff22a223c64fc894d00d2216a7c701c34c5b8 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 23 Jan 2023 20:35:17 +0100 Subject: Add debug symbols to default build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9777e90..2ffa1b8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-I. -lSDL2 +CFLAGS=-g -I. -lSDL2 SRC:=$(shell find ./ -maxdepth 1 -type f -regex ".*\.c" -not -name "main.c") OBJ:=$(patsubst ./%.c,build/%.o,$(SRC)) _TESTS:=$(shell find ./tests/ -maxdepth 1 -type f -regex ".*\.c") -- cgit v1.2.3-70-g09d2