[tor-commits] [websocket/master] No pt directory to fmt anymore.
dcf at torproject.org
dcf at torproject.org
Sat Dec 14 20:17:35 UTC 2013
commit 83e57c433987a1f80e38b0be70e31bcaf120075a
Author: David Fifield <david at bamsoftware.com>
Date: Sat Dec 14 12:17:18 2013 -0800
No pt directory to fmt anymore.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 0c2cafc..7824879 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,6 @@ clean:
rm -f websocket-server/websocket-server websocket-client/websocket-client
fmt:
- go fmt ./websocket-server ./websocket-client ./websocket ./pt
+ go fmt ./websocket-server ./websocket-client ./websocket
.PHONY: all install clean fmt
More information about the tor-commits
mailing list