Skip to content

Commit

Permalink
Update Makefile with phony
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Kneis authored and bkneis committed Aug 9, 2022
1 parent f9e35bc commit 492dc92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ build_pub:
build_sub:
go build -o ./bin/stdoutsub ./paho/cmd/stdoutsub

build: build_chat build_rpc build_pub build_sub build_rpc_cm
.PHONY: build
build: build_chat build_rpc build_pub build_sub build_rpc_cm

0 comments on commit 492dc92

Please sign in to comment.