From 30eadff46dfd6681ebe01bd8fc9688ad6a01ccaa Mon Sep 17 00:00:00 2001 From: Xnoe Date: Wed, 8 Jul 2020 18:51:14 +0100 Subject: [PATCH] Updated Makefile... again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 04976cd..f94f034 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ templ: - g++ -o templ main.cpp + g++ -o testfiles/templ main.cpp