Skip to content

Commit 2e7b5e8

Browse files
committed
Makefile: Add all to test dependecy
1 parent f9c3b9d commit 2e7b5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TARGET=prometheus_bot
22

33
all: main.go
44
go build -o $(TARGET)
5-
test:
5+
test: all
66
prove -v
77
clean:
88
go clean

0 commit comments

Comments
 (0)