diff options
Diffstat (limited to 'cpp/Makefile')
-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 |