add quotes
This commit is contained in:
parent
6d524dc17c
commit
509b555966
2 changed files with 12 additions and 12 deletions
12
perso.mk
12
perso.mk
|
@ -16,14 +16,14 @@ main:
|
|||
|
||||
GJ=adBlockNot
|
||||
gamejam:
|
||||
@$(SYNC) $(HOME_WIN)/Documents/$(GJ) $(DIR)/$(GJ)
|
||||
@$(SYNC) "$(HOME_WIN)/Documents/$(GJ)" "$(DIR)/$(GJ)"
|
||||
|
||||
cv:
|
||||
@$(SYNC) $(HOME_SMB)/Boulot/CV $(DIR)/cv
|
||||
@$(SYNC) "$(HOME_SMB)/Boulot/CV" "$(DIR)/cv"
|
||||
|
||||
site:
|
||||
@$(MKDIR) site
|
||||
@$(SYNC) $(SMB_APPDATA)/site/data/index.md $(DIR)/site/index.md
|
||||
@$(SYNC) $(SMB_APPDATA)/site/data/blog $(DIR)/site/blog
|
||||
@$(SYNC) $(SMB_APPDATA)/site/data/contacts $(DIR)/site/networks
|
||||
@$(SYNC) $(SMB_APPDATA)/site/data/projects $(DIR)/site/portfolio
|
||||
@$(SYNC) "$(SMB_APPDATA)/site/data/index.md" "$(DIR)/site/index.md"
|
||||
@$(SYNC) "$(SMB_APPDATA)/site/data/blog" "$(DIR)/site/blog"
|
||||
@$(SYNC) "$(SMB_APPDATA)/site/data/contacts" "$(DIR)/site/networks"
|
||||
@$(SYNC) "$(SMB_APPDATA)/site/data/projects" "$(DIR)/site/portfolio"
|
||||
|
|
12
univ.mk
12
univ.mk
|
@ -13,16 +13,16 @@ UNIV = $(HOME_WSL)/Univ
|
|||
main:
|
||||
|
||||
stage:
|
||||
@$(MKDIR) $(UNIV)/stage
|
||||
@$(SYNC) $(COURS_SMB)/stage/rapport $(UNIV)/stage/rapport
|
||||
@$(SYNC) $(COURS_SMB)/stage/presentation $(UNIV)/stage/presentation
|
||||
@$(MKDIR) "$(UNIV)/stage"
|
||||
@$(SYNC) "$(COURS_SMB)/stage/rapport" "$(UNIV)/stage/rapport"
|
||||
@$(SYNC) "$(COURS_SMB)/stage/presentation" "$(UNIV)/stage/presentation"
|
||||
|
||||
TP_NUM = TP10
|
||||
sys_tp:
|
||||
@$(SYNC) $(COURS_SMB)/prograSysAvancee/$(TP_NUM) $(UNIV)/sys_tp
|
||||
@$(SYNC) "$(COURS_SMB)/prograSysAvancee/$(TP_NUM)" "$(UNIV)/sys_tp"
|
||||
|
||||
anglais_sql:
|
||||
@$(SYNC) $(COURS_SMB)/anglais/SQL $(UNIV)/anglais_sql
|
||||
@$(SYNC) "$(COURS_SMB)/anglais/SQL" "$(UNIV)/anglais_sql"
|
||||
|
||||
gla_projet:
|
||||
@$(SYNC) $(HOME_WIN)/Documents/gla $(UNIV)/gla_projet
|
||||
@$(SYNC) "$(HOME_WIN)/Documents/gla" "$(UNIV)/gla_projet"
|
||||
|
|
Loading…
Reference in a new issue