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