Skip to content

Commit cb676ec

Browse files
authored
Merge pull request #600 from eitany/fix-standalone-chrome-debug-make
Add missing chrome_debug dependency
2 parents 5f85558 + c3a8cb8 commit cb676ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ standalone_chrome: generate_standalone_chrome chrome
7575
generate_standalone_chrome_debug:
7676
cd ./StandaloneDebug && ./generate.sh StandaloneChromeDebug node-chrome-debug Chrome $(VERSION) $(NAMESPACE) $(AUTHORS)
7777

78-
standalone_chrome_debug: generate_standalone_chrome_debug standalone_chrome
78+
standalone_chrome_debug: chrome_debug generate_standalone_chrome_debug standalone_chrome
7979
cd ./StandaloneChromeDebug && docker build $(BUILD_ARGS) -t $(NAME)/standalone-chrome-debug:$(VERSION) .
8080

8181
generate_chrome_debug:

0 commit comments

Comments
 (0)