
12 Aug
2013
12 Aug
'13
3:23 a.m.
commit afba04daf12036790323ad1807752ab83dbb8d9b Author: David Fifield <david@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