mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-06 15:12:11 -04:00
Merge pull request #1327 from prometheus/makefix
Remove `assets` target from default `make` execution
This commit is contained in:
commit
308d447cd7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -19,7 +19,7 @@ ifdef DEBUG
|
|||
endif
|
||||
|
||||
|
||||
all: assets format build test
|
||||
all: format build test
|
||||
|
||||
style:
|
||||
@echo ">> checking code style"
|
||||
|
|
|
|||
Loading…
Reference in a new issue