From 6466932ee0fcd0b65463110233d25d0f0fe4b4dc Mon Sep 17 00:00:00 2001 From: cdricms <36056008+cdricms@users.noreply.github.com> Date: Sat, 30 Dec 2023 14:29:47 +0100 Subject: [PATCH] Doesn't work on mac m1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9108582..95112a7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall -pg +CFLAGS = -Wall -g SRCDIR = src BUILDDIR = build TARGET = main