From b880ad05d37cf36ec1edddc944f558420bc8a07e Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 27 May 2017 15:39:05 +0200 Subject: fixed it --- cpp/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cpp/Makefile (limited to 'cpp/Makefile') diff --git a/cpp/Makefile b/cpp/Makefile new file mode 100644 index 0000000..147432b --- /dev/null +++ b/cpp/Makefile @@ -0,0 +1,2 @@ +all: + g++-4.8 -Wall -std=c++11 -o $1 $1.cpp -- cgit v1.2.3-18-g5258