summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37470e7..2869487 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,13 @@
MK_DESCRIPTION="This provides some additional tools for makefiles."
MK_LICENSE="Released under the BSD two-clause license, see the LICENSE file for more information."
+MK_ASSURE="python3 ls tree clang"
include makext.mk
help: .help
-demo: .assure
+demo-assure: .assure
+ @echo "All good, continuing..."
build-app: clean-cache # Build the application
@echo "Building the application..."