commit afba04daf12036790323ad1807752ab83dbb8d9b
Author: David Fifield <[email protected]>
Date:   Sun Aug 11 20:03:08 2013 -0700

    fmt only our own programs.
---
 websocket-transport/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/websocket-transport/Makefile b/websocket-transport/Makefile
index e03f5b4..a791c41 100644
--- a/websocket-transport/Makefile
+++ b/websocket-transport/Makefile
@@ -28,6 +28,6 @@ clean:
        rm -f $(PROGRAMS)
 
 fmt:
-       go fmt $$(basename -a src/*)
+       go fmt $(PROGRAMS)
 
 .PHONY: all install clean fmt



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to