From d59cb91363c5f7cf963799dc9bc7ea6b9aedfda9 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 19 May 2017 17:00:41 +0200 Subject: added makefile --- cpp/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cpp/Makefile diff --git a/cpp/Makefile b/cpp/Makefile new file mode 100644 index 0000000..08a6e43 --- /dev/null +++ b/cpp/Makefile @@ -0,0 +1,7 @@ +CC=gcc +CFLAGS=-o +CVERSION=-std=c++11 + +$1: $1.cpp + + $(CC) $(CVERSION) $(CFLAGS) $1 $1.cpp -- cgit v1.2.3-18-g5258