diff options
author | Santo Cariotti <sancn@live.com> | 2017-07-06 11:03:49 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-07-06 11:03:49 +0200 |
commit | 25a2f54e4771032c788fe96ef9d58315ac0b33a5 (patch) | |
tree | 162efcaf5fc740486badc3933e0188ab8f48248f | |
parent | fc27e8f39720f342b39d86f1ceb7aca8fe1a352d (diff) |
.
-rw-r--r-- | cpp/Makefile | 5 |
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 |