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