summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-05-27 15:39:44 +0200
committerSanto Cariotti <sancn@live.com>2017-05-27 15:39:44 +0200
commit17a67a4cd53939413296ce7ce7ac35a96b7aff96 (patch)
treef12eae0339384ceeddda93cb5915aabcdb1b1615 /Makefile
parentb880ad05d37cf36ec1edddc944f558420bc8a07e (diff)
*
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 74db46d..0000000
--- a/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-CC=g++
-CFLAGS=-o
-CVERSION=c++11
-
-$1: $1.cpp
- $(CC) -Wall -std=$(CVERSION) $(CFLAGS) cpp/$1 cpp/$1.cpp