update
This commit is contained in:
parent
f6b4cfa300
commit
547477df92
1 changed files with 9 additions and 2 deletions
11
univ.mk
11
univ.mk
|
@ -7,15 +7,22 @@ COURS_SMB = $(HOME_WSL)/troisiemeSemestre
|
||||||
|
|
||||||
UNIV = $(HOME_WSL)/Univ
|
UNIV = $(HOME_WSL)/Univ
|
||||||
|
|
||||||
.PHONY: java heptagon
|
.PHONY: java heptagon edf anglais
|
||||||
|
|
||||||
main:
|
main:
|
||||||
|
|
||||||
|
|
||||||
java: TP_NUM = TP1
|
java: TP_NUM = TP2
|
||||||
java:
|
java:
|
||||||
@$(SYNC) "$(COURS_SMB)/progObjet/TPs/$(TP_NUM)" "$(UNIV)/java_tp"
|
@$(SYNC) "$(COURS_SMB)/progObjet/TPs/$(TP_NUM)" "$(UNIV)/java_tp"
|
||||||
|
|
||||||
heptagon: TP_NUM = TP1
|
heptagon: TP_NUM = TP1
|
||||||
heptagon:
|
heptagon:
|
||||||
@$(SYNC) "$(COURS_SMB)/progSynchrone/TPs/$(TP_NUM)" "$(UNIV)/ept_tp"
|
@$(SYNC) "$(COURS_SMB)/progSynchrone/TPs/$(TP_NUM)" "$(UNIV)/ept_tp"
|
||||||
|
|
||||||
|
edf: TP_NUM = TP3
|
||||||
|
edf:
|
||||||
|
@$(SYNC) "$(COURS_SMB)/infoEmbarquee/TPs/$(TP_NUM)" "$(UNIV)/edf"
|
||||||
|
|
||||||
|
anglais:
|
||||||
|
@$(SYNC) "$(COURS_SMB)/anglais/presentation" "$(UNIV)/anglais"
|
||||||
|
|
Loading…
Reference in a new issue