aboutsummaryrefslogtreecommitdiff
path: root/CPP/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Makefile')
-rw-r--r--CPP/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/CPP/Makefile b/CPP/Makefile
deleted file mode 100644
index 4f7fd06..0000000
--- a/CPP/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