From f9a5f13dcb305ecc868346fa65e9538504896baf Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Fri, 13 Oct 2023 18:29:49 +0200 Subject: Added debug flag to makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index f9f3042..ec24455 100644 --- a/makefile +++ b/makefile @@ -1,2 +1,2 @@ main: - odin run src/ -out:main.out + odin run src/ -debug -out:main.out -- cgit v1.2.1