We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0957be7 commit b02a7ddCopy full SHA for b02a7dd
Makefile
@@ -2,7 +2,7 @@ BIN= snaprd
2
PREFIX= /usr/local
3
4
${BIN}: *.go Makefile
5
- go build -o snaprd
+ go build -o ${BIN}
6
7
checkfmt:
8
@gofmt -d *.go
0 commit comments