From 30c88e1aaa3480a595492757497820c3c8ff6ff3 Mon Sep 17 00:00:00 2001 From: nightlymania Date: Wed, 21 Sep 2022 20:25:29 +0200 Subject: [PATCH] Update 'Makefile' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64dbf0c..7910c12 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ -all: +all: g++ helloworld.cpp -o helloworld \ No newline at end of file