Browse Source

Fixes make file

j8
hristoterezov 11 years ago
parent
commit
8db602c8bd
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      Makefile

+ 0
- 3
Makefile View File

20
 
20
 
21
 deploy:
21
 deploy:
22
 	@mkdir -p $(DEPLOY_DIR) && cp $(OUTPUT_DIR)/*.bundle.js $(DEPLOY_DIR)
22
 	@mkdir -p $(DEPLOY_DIR) && cp $(OUTPUT_DIR)/*.bundle.js $(DEPLOY_DIR)
23
-	scp $(DEPLOY_DIR)/*.bundle.js hristo.jitsi.net:/srv/web/hristo.jitsi.net/$(DEPLOY_DIR)
24
-
25
-dd: debug deploy
26
 	
23
 	

Loading…
Cancel
Save