Skip to content

Commit f7587b3

Browse files
committed
make should just work
make does the same as "make build" Signed-off-by: Eric Curtin <[email protected]>
1 parent 52f3ab9 commit f7587b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ LICENSE ?=
2828
.PHONY: build run clean test docker-build docker-build-multiplatform docker-run help validate model-distribution-tool
2929

3030
# Default target
31-
.DEFAULT_GOAL := help
31+
.DEFAULT_GOAL := build
3232

3333
# Build the Go application
3434
build:

0 commit comments

Comments
 (0)