summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-05-12 03:29:41 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-05-12 03:29:41 +0200
commit4c63e84ce295387d74f0abdc83660b4de4500416 (patch)
tree7460b6f7e9a14f383a20ad2d3ecefc4fced42715 /Makefile
parent2871b670f47b7d04d18abae56ce23ffd38a32249 (diff)
downloadmakext-4c63e84ce295387d74f0abdc83660b4de4500416.tar.gz
Changed MK_ to MEX_
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2869487..12629ca 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-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"
+MEX_DESCRIPTION="This provides some additional tools for makefiles."
+MEX_LICENSE="Released under the BSD two-clause license, see the LICENSE file for more information."
+MEX_ASSURE="python3 ls tree clang"
include makext.mk