mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Remove assets target from default make execution
go-bindata constantly attempts to update timestamps even though the file data didn't change. Fixes #1326
This commit is contained in:
parent
4a829e63a2
commit
1d58c10b45
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