diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-12 03:29:41 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-12 03:29:41 +0200 |
| commit | 4c63e84ce295387d74f0abdc83660b4de4500416 (patch) | |
| tree | 7460b6f7e9a14f383a20ad2d3ecefc4fced42715 /Makefile | |
| parent | 2871b670f47b7d04d18abae56ce23ffd38a32249 (diff) | |
| download | makext-4c63e84ce295387d74f0abdc83660b4de4500416.tar.gz | |
Changed MK_ to MEX_
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
