From dc1de8cf5b73aaa3746008d5883d93cb9e99723a Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Wed, 17 Jul 2024 00:29:20 +0200 Subject: [PATCH] fixing makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dd8544a..39934d2 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ all : @zig build -run : +run : fclean @zig build run -run-debug : +run-debug : fclean @zig build run-debug clean: