add gla
This commit is contained in:
parent
a85f588037
commit
f4f79ff13a
1 changed files with 7 additions and 4 deletions
11
univ.mk
11
univ.mk
|
@ -6,7 +6,7 @@ WSLHOME = /home/anri
|
||||||
SMBMOUNT = $(WSLHOME)/deuxiemeSemestre
|
SMBMOUNT = $(WSLHOME)/deuxiemeSemestre
|
||||||
UNIVDIR = $(WSLHOME)/Univ
|
UNIVDIR = $(WSLHOME)/Univ
|
||||||
|
|
||||||
.PHONY: stage tp_sys anglais_sql
|
.PHONY: stage sys_tp anglais_sql gla_projet
|
||||||
|
|
||||||
main:
|
main:
|
||||||
|
|
||||||
|
@ -16,9 +16,12 @@ stage:
|
||||||
@$(SYNC) $(SMBMOUNT)/stage/rapport $(UNIVDIR)/stage/rapport
|
@$(SYNC) $(SMBMOUNT)/stage/rapport $(UNIVDIR)/stage/rapport
|
||||||
@$(SYNC) $(SMBMOUNT)/stage/presentation $(UNIVDIR)/stage/presentation
|
@$(SYNC) $(SMBMOUNT)/stage/presentation $(UNIVDIR)/stage/presentation
|
||||||
|
|
||||||
TP_NUM = TP6
|
TP_NUM = TP8
|
||||||
tp_sys:
|
sys_tp:
|
||||||
@$(SYNC) $(SMBMOUNT)/prograSysAvancee/$(TP_NUM) $(UNIVDIR)/tp_sys
|
@$(SYNC) $(SMBMOUNT)/prograSysAvancee/$(TP_NUM) $(UNIVDIR)/sys_tp
|
||||||
|
|
||||||
anglais_sql:
|
anglais_sql:
|
||||||
@$(SYNC) $(SMBMOUNT)/anglais/SQL $(UNIVDIR)/anglais_sql
|
@$(SYNC) $(SMBMOUNT)/anglais/SQL $(UNIVDIR)/anglais_sql
|
||||||
|
|
||||||
|
gla_projet:
|
||||||
|
@$(SYNC) $(WINHOME)/Documents/gla $(UNIVDIR)/gla_projet
|
||||||
|
|
Loading…
Reference in a new issue