From 9b489c8ddb8802f553e0139852f919f7ff5d974d Mon Sep 17 00:00:00 2001 From: Eugene Bujak Date: Wed, 10 Oct 2018 00:05:14 +0300 Subject: [PATCH] Makefile -- Fix bug introduced by 93c451cb0c5d7b2af900453e05674fdc65db058a make would always run webpack, even if output was generated already. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2ba977f..7117ed63 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NATIVE_GOARCH = $(shell unset GOARCH; go env GOARCH) mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) mkfile_dir := $(patsubst %/,%,$(dir $(mkfile_path))) GOPATH := $(mkfile_dir)/build/gopath -STATIC := build/static/bundle.css build/static/bundle.js build/static/index.html +STATIC := build/static/index.html .PHONY: all build clean all: build