From 1cb78fb97b2f3669264130abc51bbdd87cfa01f7 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 20 Feb 2024 15:30:49 +0100 Subject: [PATCH] =?UTF-8?q?Makefile=20:=20ajout=20r=C3=A8gles=20PHONY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 814cd08..74417ad 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ BIND := out BIN := $(BIND)/aoc +.PHONY: all run debug clean + all: $(BIND) $(BIN) run: all