initialisation

This commit is contained in:
Mylloon 2024-03-07 16:36:31 +01:00
commit 864f2b990b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 40 additions and 0 deletions

16
Projets/Makefile Normal file
View 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
View 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