Skip to content

Commit d0413fa

Browse files
committed
Makefile: add srcs target
1 parent 6aa9318 commit d0413fa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ govet:
4646
.PHONY: clean
4747
clean:
4848
rm -rf bin
49+
50+
.PHONY: srcs
51+
srcs:
52+
@printf "%s\n" $(GO_SRCS)

0 commit comments

Comments
 (0)