summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsloum <sloum@sdf.org>2020-05-19 05:13:10 +0000
committersloum <sloum@sdf.org>2020-05-19 05:13:10 +0000
commit726c59ea0045567fcae6690df4e412b28a98314e (patch)
treeeb5e0b4e94610b2ec1e60f6e9e8bab2038b04a74 /Makefile
parentd2fa7f69878e76a709052c89d89e5d1051b764e1 (diff)
Limit headings to three and make mono blocks start at beginning of line, also fix makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 592a507..2cb56f8 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,8 @@ endif
install: ./syntax/gmi.vim ./ftdetect/gmi.vim
install -d ${ROOT}${SYN}
install -d ${ROOT}${FT}
- install -m 0644 ./syntax/gmi.vim ${ROOT}${SYN}
- install -m 0644 ./syntax/gmi.vim ${ROOT}${FT}
+ install -m 0644 .${SYN}/gmi.vim ${ROOT}${SYN}
+ install -m 0644 .${FT}/gmi.vim ${ROOT}${FT}
.PHONY: remove
remove: