[tor-commits] [bridgedb/master] Add .PHONY directive to the Makefile.

isis at torproject.org isis at torproject.org
Sun Jan 12 06:06:29 UTC 2014


commit 443f8c00a06ede144d2f3ad7480823abe8229390
Author: Isis Lovecruft <isis at torproject.org>
Date:   Mon Aug 19 17:32:13 2013 +0000

    Add .PHONY directive to the Makefile.
---
 Makefile |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index e9abae4..6f563c1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
 
+.PHONY: install test
+
 all:
 	python setup.py build
 





More information about the tor-commits mailing list