From: Hugo Villeneuve Date: Wed, 9 Mar 2022 22:18:52 +0000 (-0500) Subject: Ajout Makefile pour installation X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=67e822d9bd9bdb99f694006b9ba41ab67c61992f;p=musique%2Fhvchordpack.git Ajout Makefile pour installation --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d466dfc --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +PREFIX ?= /usr/local + +install: + install -m 755 chordpack $(PREFIX)/bin/ + install -m 644 chordpro-mode.el $(PREFIX)/share/emacs/site-lisp/ + +uninstall: + rm $(PREFIX)/share/emacs/site-lisp/chordpro-mode.el + rm $(PREFIX)/bin/chordpack