diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-12 03:25:48 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-12 03:25:48 +0200 |
| commit | 2871b670f47b7d04d18abae56ce23ffd38a32249 (patch) | |
| tree | e434a1399de8b8eb3c3f6459827ad183e38bfd0e /Makefile | |
| parent | 45e996e7c954217efcbc9d07187a070b14e19d53 (diff) | |
| download | makext-2871b670f47b7d04d18abae56ce23ffd38a32249.tar.gz | |
Added .assure extension
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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..." |
