[tor-commits] [flashproxy/master] fmt only our own programs.
dcf at torproject.org
dcf at torproject.org
Mon Aug 12 03:23:41 UTC 2013
commit afba04daf12036790323ad1807752ab83dbb8d9b
Author: David Fifield <david at bamsoftware.com>
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
More information about the tor-commits
mailing list