Skip to content

Commit d94f4f8

Browse files
authored
Merge pull request #318 from docker/make-works
make should just work
2 parents 5d6b005 + f7587b3 commit d94f4f8

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)