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