Skip to content

Commit

Permalink
Make all make tasks phony
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereira committed Nov 25, 2023
1 parent f8416d1 commit 9e05791
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: build deps test integration

build:
go build -v -o build/brucutu
deps:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: golang:1.19
volumes:
- .:/brucutu
working_dir: /brucutu
entrypoint:
- tail
- -f
Expand Down

0 comments on commit 9e05791

Please sign in to comment.