branch: master
commit c4f2b4b9643ed8cc75aa698b3809546f360329a3
Author: Basil L. Contovounesios <[email protected]>
Commit: Oleh Krehel <[email protected]>
Makefile: Add missing .PHONY targets
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index fe07015..87a3e0d 100644
--- a/Makefile
+++ b/Makefile
@@ -28,4 +28,4 @@ update-issues:
clean:
$(RM) *.elc
-.PHONY: all compile clean test update-issues checkdoc
+.PHONY: all test checkdoc compile plain obsolete update-issues clean