From 2871b670f47b7d04d18abae56ce23ffd38a32249 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 12 May 2024 03:25:48 +0200 Subject: Added .assure extension --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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..." -- cgit v1.2.3