Added alias for target.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 18 Oct 2017 00:12:51 +0300
changeset 947 d46d0a91ac48
parent 946 9279959be7d5
child 948 6abd5e040102
Added alias for target.
Makefile
--- a/Makefile	Wed Oct 18 00:12:28 2017 +0300
+++ b/Makefile	Wed Oct 18 00:12:51 2017 +0300
@@ -187,7 +187,8 @@
 		$(INSTALL_DATA) $$f $(datadir); \
 	done
 
-.PHONY: install-emacs
+.PHONY: install-emacs install-el
+install-el: install-emacs
 install-emacs:
 	mkdir -p $(elispdir)
 	$(INSTALL_DATA) contrib/gadict.el $(elispdir)