From 3194981825cce26cdc54207ec4948087397cdeb0 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 28 May 2025 20:33:16 +0200 Subject: [PATCH] repair Makefile to include -g in CFLAGS again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b66cfcc..e6f82d7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Og -Wall -Wextra -Werror +CFLAGS = -Og -g -Wall -Wextra -Werror objects = main.o input.o output.o encode.o