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