We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
srcs
1 parent 6aa9318 commit d0413faCopy full SHA for d0413fa
1 file changed
Makefile
@@ -46,3 +46,7 @@ govet:
46
.PHONY: clean
47
clean:
48
rm -rf bin
49
+
50
+.PHONY: srcs
51
+srcs:
52
+ @printf "%s\n" $(GO_SRCS)
0 commit comments