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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue