Merge pull request #24 from mips171/mips171/makefile
Makefile fix to run worker
This commit is contained in:
commit
19315b894e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -64,7 +64,7 @@ test:
|
||||||
.PHONY: worker
|
.PHONY: worker
|
||||||
worker:
|
worker:
|
||||||
clear
|
clear
|
||||||
go run cmd/worker/worker.go
|
go run cmd/worker/main.go
|
||||||
|
|
||||||
# Check for direct dependency updates
|
# Check for direct dependency updates
|
||||||
.PHONY: check-updates
|
.PHONY: check-updates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue