We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c3b9d commit 2e7b5e8Copy full SHA for 2e7b5e8
Makefile
@@ -2,7 +2,7 @@ TARGET=prometheus_bot
2
3
all: main.go
4
go build -o $(TARGET)
5
-test:
+test: all
6
prove -v
7
clean:
8
go clean
0 commit comments