From f974dfa91f64d1cf3d61d4e38fc61b3c9c8de442 Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Mon, 23 Nov 2015 16:16:07 +0100 Subject: [PATCH] Remove 'assets' from default target There are issues with changing timestamps for unmodified files in go-bindata+git. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf17dabc..85c88935 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ ifdef DEBUG endif -all: assets format build test +all: format build test test: @echo ">> running tests"