From f4f79ff13ade72a64c9ce3f5ccc4b3555bfdfc75 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 22 Mar 2024 11:31:47 +0100 Subject: [PATCH] add gla --- univ.mk | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/univ.mk b/univ.mk index 2c7a6f5..9ed1d99 100644 --- a/univ.mk +++ b/univ.mk @@ -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