add quotes

This commit is contained in:
Mylloon 2024-04-29 20:41:53 +02:00
parent 6d524dc17c
commit 509b555966
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 12 additions and 12 deletions

View file

@ -16,14 +16,14 @@ main:
GJ=adBlockNot GJ=adBlockNot
gamejam: gamejam:
@$(SYNC) $(HOME_WIN)/Documents/$(GJ) $(DIR)/$(GJ) @$(SYNC) "$(HOME_WIN)/Documents/$(GJ)" "$(DIR)/$(GJ)"
cv: cv:
@$(SYNC) $(HOME_SMB)/Boulot/CV $(DIR)/cv @$(SYNC) "$(HOME_SMB)/Boulot/CV" "$(DIR)/cv"
site: site:
@$(MKDIR) site @$(MKDIR) site
@$(SYNC) $(SMB_APPDATA)/site/data/index.md $(DIR)/site/index.md @$(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/blog" "$(DIR)/site/blog"
@$(SYNC) $(SMB_APPDATA)/site/data/contacts $(DIR)/site/networks @$(SYNC) "$(SMB_APPDATA)/site/data/contacts" "$(DIR)/site/networks"
@$(SYNC) $(SMB_APPDATA)/site/data/projects $(DIR)/site/portfolio @$(SYNC) "$(SMB_APPDATA)/site/data/projects" "$(DIR)/site/portfolio"

12
univ.mk
View file

@ -13,16 +13,16 @@ UNIV = $(HOME_WSL)/Univ
main: main:
stage: stage:
@$(MKDIR) $(UNIV)/stage @$(MKDIR) "$(UNIV)/stage"
@$(SYNC) $(COURS_SMB)/stage/rapport $(UNIV)/stage/rapport @$(SYNC) "$(COURS_SMB)/stage/rapport" "$(UNIV)/stage/rapport"
@$(SYNC) $(COURS_SMB)/stage/presentation $(UNIV)/stage/presentation @$(SYNC) "$(COURS_SMB)/stage/presentation" "$(UNIV)/stage/presentation"
TP_NUM = TP10 TP_NUM = TP10
sys_tp: sys_tp:
@$(SYNC) $(COURS_SMB)/prograSysAvancee/$(TP_NUM) $(UNIV)/sys_tp @$(SYNC) "$(COURS_SMB)/prograSysAvancee/$(TP_NUM)" "$(UNIV)/sys_tp"
anglais_sql: anglais_sql:
@$(SYNC) $(COURS_SMB)/anglais/SQL $(UNIV)/anglais_sql @$(SYNC) "$(COURS_SMB)/anglais/SQL" "$(UNIV)/anglais_sql"
gla_projet: gla_projet:
@$(SYNC) $(HOME_WIN)/Documents/gla $(UNIV)/gla_projet @$(SYNC) "$(HOME_WIN)/Documents/gla" "$(UNIV)/gla_projet"