summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-05-12 03:25:48 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-05-12 03:25:48 +0200
commit2871b670f47b7d04d18abae56ce23ffd38a32249 (patch)
treee434a1399de8b8eb3c3f6459827ad183e38bfd0e /Makefile
parent45e996e7c954217efcbc9d07187a070b14e19d53 (diff)
downloadmakext-2871b670f47b7d04d18abae56ce23ffd38a32249.tar.gz
Added .assure extension
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..."