diff --git a/Makefile b/Makefile index 3364209..b04af31 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: - echo done! + g++ Test.cpp -o Hello