From 73d0deef8bad64e542f73982789bebeb50e347a4 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 23 Jul 2017 19:59:49 +0200 Subject: clear --- cpp/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cpp/Makefile (limited to 'cpp') diff --git a/cpp/Makefile b/cpp/Makefile new file mode 100644 index 0000000..49aaacf --- /dev/null +++ b/cpp/Makefile @@ -0,0 +1,3 @@ +all: + g++ -std=c++11 -Wall $1.cpp -o $1 + -- cgit v1.2.3-18-g5258