aboutsummaryrefslogtreecommitdiff
path: root/C++/Makefile
diff options
context:
space:
mode:
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