From 8a56d6f78d5a1760398b90bb7f35188c0a3f0bde Mon Sep 17 00:00:00 2001 From: Daniel Danner Date: Fri, 25 Feb 2022 13:16:27 +0100 Subject: [PATCH] Update Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 96ce7d6..5cc1f35 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ .SUFFIXES: .PHONY: all + all: main .PHONY: run