From 1d58c10b45109abe98ea78df84fdb5a800f94d41 Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Mon, 18 Jan 2016 18:24:25 +0100 Subject: [PATCH] Remove `assets` target from default `make` execution go-bindata constantly attempts to update timestamps even though the file data didn't change. Fixes #1326 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20ca490c8..f76a5480e 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ ifdef DEBUG endif -all: assets format build test +all: format build test style: @echo ">> checking code style"