From 5b284899ea46c1286334e731b1d52996ae6054bb Mon Sep 17 00:00:00 2001 From: bjoernf Date: Tue, 15 Aug 2023 21:20:50 +0200 Subject: [PATCH] dont use binary as target --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 6130f33..2813953 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -a.out: +all: gcc -Wall ./src/*.c .PHONY: debug