diff options
author | Santo Cariotti <sancn@live.com> | 2017-05-27 15:32:20 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-05-27 15:32:20 +0200 |
commit | 09422247fe86c55961ffd53587fe0ea8772e452c (patch) | |
tree | cb7778c732ee1d702228c9e94209bc10cf138c87 /cpp/Makefile | |
parent | 7c88519ee77ea85ec6bbdc0fa45f2e2b26422a57 (diff) |
added travis
Diffstat (limited to 'cpp/Makefile')
-rw-r--r-- | cpp/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
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 |