diff options
| author | Shulhan <ms@kilabit.info> | 2022-09-18 20:05:31 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-09-18 22:40:35 +0700 |
| commit | 257075f9aba472907ea04c0b2a0d40178c9d3fb7 (patch) | |
| tree | e9af21961691528e442e3a3d9df114c0c3452006 /Makefile | |
| parent | a63857603a4bce1cf068dc11d6492cce9314fea0 (diff) | |
| download | hunspell-id-257075f9aba472907ea04c0b2a0d40178c9d3fb7.tar.xz | |
all: ubah format lisensi menggunakan SPDX
Format lisensi SPDX ini standar dan lebih mudah digunakan untuk setiap
berkas baru.
Untuk informasi lebih lanjut lihat https://spdx.dev
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..20f57c0 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +## SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info> +## SPDX-License-Identifier: LGPL-3.0-only + +.PHONY: vim-mkspell + +vim-mkspell: + vim -c "mkspell! ./vim/id id_ID | q" |
