diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-12 02:03:46 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-12 02:03:46 +0200 |
| commit | 4ea24424833d36602b2949d6e22e15e09dad87f2 (patch) | |
| tree | d7bfe9e60b04f5aab697fab6a4fa271282362dee /Makefile | |
| parent | a40430980c2ae462c87fd931db178e20c3a97633 (diff) | |
| download | makext-4ea24424833d36602b2949d6e22e15e09dad87f2.tar.gz | |
Added screening for all included files in Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -M_DESCRIPTION="This provides some additional tools for makefiles." -M_LICENSE="Released under the BSD two-clause license, see the LICENSE file for more information." +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." include makext.mk |
