summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-09-24 09:56:11 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-09-24 09:56:11 +0200
commit962be757b05a3792dd7d4b7ea71b5aab9c699198 (patch)
tree594e11d7b0299982672f5aa0058e7341b04b9e7f /Makefile
parent87d4fec1fa7901c43ce9c8ea9166b7d8fc910a30 (diff)
Remove *.el files as well when installing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fd1040c7..a173b224 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,7 @@ BIN=${PREFIX}bin/
DESTDIR=${PREFIX}share/emacs/site-lisp/helm/
install:
test -d ${DESTDIR} || mkdir ${DESTDIR}
+ rm -vf ${DESTDIR}*.el
rm -vf ${DESTDIR}*.elc
cp -vf *.el $(DESTDIR)
cp -vf *.elc $(DESTDIR)