commit 93a7993e757ab9660dcdb89239dd211a37754108 parent d0c2de1bcca990a4caf8c6e4a29a4ae1ed5d3f78 Author: Michail Konstantinos Dimopoulos <mk@mcdim.xyz> Date: Wed, 18 Mar 2026 17:14:33 +0200 Makefile -g Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,2 +1,2 @@ all: - gcc main.c + gcc -g main.c