Makefile: fix esc -include regex

This commit is contained in:
Mike Lang
2016-10-05 17:37:04 -07:00
parent ec37214778
commit 33a219bdbf

View File

@@ -111,7 +111,7 @@ prog/staticui/staticui.go: $(SCOPE_BACKEND_BUILD_UPTODATE)
prog/externalui/externalui.go: $(SCOPE_BACKEND_BUILD_UPTODATE)
mkdir -p prog/externalui
esc -o $@ -pkg externalui -prefix client/build-external -include '.*\.htm' client/build-external
esc -o $@ -pkg externalui -prefix client/build-external -include '\.html$$' client/build-external
endif