emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/company 3c5ac38 1/7: Fix Phony targets


From: ELPA Syncer
Subject: [elpa] externals/company 3c5ac38 1/7: Fix Phony targets
Date: Thu, 30 Sep 2021 16:57:08 -0400 (EDT)

branch: externals/company
commit 3c5ac38493aea2cca044755819cd0b4319456007
Author: YE <yet@ego.team>
Commit: YE <yet@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

[Prev in Thread] Current Thread [Next in Thread]