branch: externals/company
commit 3c5ac38493aea2cca044755819cd0b4319456007
Author: YE <y...@ego.team>
Commit: YE <y...@ego.team>

    Fix Phony targets
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index cd3e1d6..59ed74a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 EMACS=emacs
 
-.PHONY: ert test test-batch
+.PHONY: package elpa clean test test-gui test-batch compile compile-warn
 
 package: *.el
        @ver=`grep -o "Version: .*" company.el | cut -c 10-`; \

Reply via email to