From a689529fa8c5c857f9518a02bdc05ebc9a2f4d25 Mon Sep 17 00:00:00 2001 From: nightly Date: Wed, 21 Sep 2022 20:27:43 +0200 Subject: [PATCH] try fixing makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7910c12..6b4e70e 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ all: - g++ helloworld.cpp -o helloworld \ No newline at end of file + g++ helloworld.cpp -o helloworld \ No newline at end of file