Skip to content

Commit

Permalink
build: set 'build' as default make command
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jan 15, 2025
1 parent 29d0a86 commit b08903a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ ifdef ARCH
ARCH_PATH := ${ARCH}/
endif

.PHONY: run build docker release check test
.PHONY: all run build docker release check test

all: build

run:
go run github.com/moov-io/watchman/cmd/server
Expand Down

0 comments on commit b08903a

Please sign in to comment.