initialisation
This commit is contained in:
commit
864f2b990b
2 changed files with 40 additions and 0 deletions
16
Projets/Makefile
Normal file
16
Projets/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
SYNC = unison
|
||||||
|
|
||||||
|
WINHOME = /mnt/c/Users/anri
|
||||||
|
WSLHOME = /home/anri
|
||||||
|
SMBSRC = /mnt/y/Anri
|
||||||
|
PROJETS = $(WSLHOME)/Projets
|
||||||
|
|
||||||
|
.PHONY: cv
|
||||||
|
|
||||||
|
main:
|
||||||
|
|
||||||
|
gamejam:
|
||||||
|
@$(SYNC) $(WINHOME)/Documents/$(DIR) $(PROJETS)/adBlockNot
|
||||||
|
|
||||||
|
cv:
|
||||||
|
@$(SYNC) $(SMBSRC)/Boulot/CV $(PROJETS)/cv
|
24
Univ/Makefile
Normal file
24
Univ/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
SYNC = unison
|
||||||
|
MKDIR = mkdir -p
|
||||||
|
|
||||||
|
WINHOME = /mnt/c/Users/anri
|
||||||
|
WSLHOME = /home/anri
|
||||||
|
SMBMOUNT = $(WSLHOME)/deuxiemeSemestre
|
||||||
|
UNIVDIR = $(WSLHOME)/Univ
|
||||||
|
|
||||||
|
.PHONY: stage tp_sys anglais_sql
|
||||||
|
|
||||||
|
main:
|
||||||
|
|
||||||
|
|
||||||
|
stage:
|
||||||
|
@$(MKDIR) $(UNIVDIR)/stage
|
||||||
|
@$(SYNC) $(SMBMOUNT)/stage/rapport $(UNIVDIR)/stage/rapport
|
||||||
|
@$(SYNC) $(SMBMOUNT)/stage/presentation $(UNIVDIR)/stage/presentation
|
||||||
|
|
||||||
|
TP_NUM = TP6
|
||||||
|
tp_sys:
|
||||||
|
@$(SYNC) $(SMBMOUNT)/prograSysAvancee/$(TP_NUM) $(UNIVDIR)/tp_sys
|
||||||
|
|
||||||
|
anglais_sql:
|
||||||
|
@$(SYNC) $(SMBMOUNT)/anglais/SQL $(UNIVDIR)/anglais_sql
|
Loading…
Reference in a new issue