File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,25 +57,25 @@ firefox: nodebase generate_firefox
5757generate_standalone_firefox :
5858	cd  ./Standalone &&  ./generate.sh StandaloneFirefox node-firefox Firefox $(VERSION )  $(NAMESPACE )  $(AUTHORS ) 
5959
60- standalone_firefox : generate_standalone_firefox  firefox
60+ standalone_firefox : firefox generate_standalone_firefox 
6161	cd  ./StandaloneFirefox &&  docker build $(BUILD_ARGS )  -t $(NAME ) /standalone-firefox:$(VERSION )  . 
6262
6363generate_standalone_firefox_debug :
6464	cd  ./StandaloneDebug &&  ./generate.sh StandaloneFirefoxDebug node-firefox-debug Firefox $(VERSION )  $(NAMESPACE )  $(AUTHORS ) 
6565
66- standalone_firefox_debug : generate_standalone_firefox_debug standalone_firefox 
66+ standalone_firefox_debug : firefox_debug generate_standalone_firefox_debug 
6767	cd  ./StandaloneFirefoxDebug &&  docker build $(BUILD_ARGS )  -t $(NAME ) /standalone-firefox-debug:$(VERSION )  . 
6868
6969generate_standalone_chrome :
7070	cd  ./Standalone &&  ./generate.sh StandaloneChrome node-chrome Chrome $(VERSION )  $(NAMESPACE )  $(AUTHORS ) 
7171
72- standalone_chrome : generate_standalone_chrome  chrome
72+ standalone_chrome : chrome generate_standalone_chrome 
7373	cd  ./StandaloneChrome &&  docker build $(BUILD_ARGS )  -t $(NAME ) /standalone-chrome:$(VERSION )  . 
7474
7575generate_standalone_chrome_debug :
7676	cd  ./StandaloneDebug &&  ./generate.sh StandaloneChromeDebug node-chrome-debug Chrome $(VERSION )  $(NAMESPACE )  $(AUTHORS ) 
7777
78- standalone_chrome_debug : chrome_debug generate_standalone_chrome_debug standalone_chrome 
78+ standalone_chrome_debug : chrome_debug generate_standalone_chrome_debug
7979	cd  ./StandaloneChromeDebug &&  docker build $(BUILD_ARGS )  -t $(NAME ) /standalone-chrome-debug:$(VERSION )  . 
8080
8181generate_chrome_debug :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments