mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-21 06:20:31 +00:00
Makefile: fix esc -include regex
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user