aboutsummaryrefslogtreecommitdiff
path: root/C++/Makefile
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2020-10-24 15:38:28 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2020-10-24 15:38:28 +0300
commit235a8b715037b6cc40101de7c617a8ee12bfe0a4 (patch)
treefa7e29e3bdd6b97a66c9140526ff99cd7931f134 /C++/Makefile
parent2d9481dd9772008f0b402b6d1379b1165b7c7e28 (diff)
downloadSelf-learning-235a8b715037b6cc40101de7c617a8ee12bfe0a4.tar
Self-learning-235a8b715037b6cc40101de7c617a8ee12bfe0a4.tar.gz
Self-learning-235a8b715037b6cc40101de7c617a8ee12bfe0a4.zip
Removed C++ make files
Diffstat (limited to 'C++/Makefile')
-rw-r--r--C++/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/C++/Makefile b/C++/Makefile
deleted file mode 100644
index 4f7fd06..0000000
--- a/C++/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-.PHONY: clean All
-
-All:
- @echo "----------Building project:[ BABS - Debug ]----------"
- @cd "BABS" && "$(MAKE)" -f "BABS.mk"
-clean:
- @echo "----------Cleaning project:[ BABS - Debug ]----------"
- @cd "BABS" && "$(MAKE)" -f "BABS.mk" clean