summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-07-06 11:03:49 +0200
committerSanto Cariotti <sancn@live.com>2017-07-06 11:03:49 +0200
commit25a2f54e4771032c788fe96ef9d58315ac0b33a5 (patch)
tree162efcaf5fc740486badc3933e0188ab8f48248f
parentfc27e8f39720f342b39d86f1ceb7aca8fe1a352d (diff)
.
-rw-r--r--cpp/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/Makefile b/cpp/Makefile
deleted file mode 100644
index 1af9cd3..0000000
--- a/cpp/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all:
- g++ -Wall -std=c++11 -o $1 $1.cpp
-
-test:
- ./$1 || exit 1