From 09422247fe86c55961ffd53587fe0ea8772e452c Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 27 May 2017 15:32:20 +0200 Subject: added travis --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..74db46d --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +CC=g++ +CFLAGS=-o +CVERSION=c++11 + +$1: $1.cpp + $(CC) -Wall -std=$(CVERSION) $(CFLAGS) cpp/$1 cpp/$1.cpp -- cgit v1.2.3-18-g5258