Skip to content

Commit

Permalink
fix Makefile phony target
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jan 21, 2025
1 parent c4e8f63 commit 8eb5412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ test:
test-race:
go test -cover -race ./...

.PHONY: my mywin docker $(SCEPCLIENT) $(SCEPSERVER) release clean test test-race
.PHONY: my win docker $(SCEPCLIENT) $(SCEPSERVER) release clean test test-race

0 comments on commit 8eb5412

Please sign in to comment.