This commit is contained in:
Mylloon 2024-03-22 11:31:47 +01:00
parent a85f588037
commit f4f79ff13a
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

11
univ.mk
View file

@ -6,7 +6,7 @@ WSLHOME = /home/anri
SMBMOUNT = $(WSLHOME)/deuxiemeSemestre
UNIVDIR = $(WSLHOME)/Univ
.PHONY: stage tp_sys anglais_sql
.PHONY: stage sys_tp anglais_sql gla_projet
main:
@ -16,9 +16,12 @@ 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
TP_NUM = TP8
sys_tp:
@$(SYNC) $(SMBMOUNT)/prograSysAvancee/$(TP_NUM) $(UNIVDIR)/sys_tp
anglais_sql:
@$(SYNC) $(SMBMOUNT)/anglais/SQL $(UNIVDIR)/anglais_sql
gla_projet:
@$(SYNC) $(WINHOME)/Documents/gla $(UNIVDIR)/gla_projet