update
This commit is contained in:
parent
2848752f46
commit
a82129821a
1 changed files with 5 additions and 15 deletions
20
univ.mk
20
univ.mk
|
@ -3,25 +3,15 @@ MKDIR = mkdir -p
|
|||
|
||||
HOME_WIN = /mnt/c/Users/anri
|
||||
HOME_WSL = /home/anri
|
||||
COURS_SMB = $(HOME_WSL)/deuxiemeSemestre
|
||||
COURS_SMB = $(HOME_WSL)/troisiemeSemestre
|
||||
|
||||
UNIV = $(HOME_WSL)/Univ
|
||||
|
||||
|
||||
.PHONY: stage sys_tp anglais_sql gla_projet
|
||||
.PHONY: java
|
||||
|
||||
main:
|
||||
|
||||
stage:
|
||||
@$(MKDIR) "$(UNIV)/stage"
|
||||
@$(SYNC) "$(COURS_SMB)/stage/documents" "$(UNIV)/stage"
|
||||
|
||||
TP_NUM = TP11
|
||||
sys_tp:
|
||||
@$(SYNC) "$(COURS_SMB)/prograSysAvancee/$(TP_NUM)" "$(UNIV)/sys_tp"
|
||||
|
||||
anglais_sql:
|
||||
@$(SYNC) "$(COURS_SMB)/anglais/SQL" "$(UNIV)/anglais_sql"
|
||||
|
||||
gla_projet:
|
||||
@$(SYNC) "$(HOME_WIN)/Documents/gla" "$(UNIV)/gla_projet"
|
||||
TP_NUM = TP1
|
||||
java:
|
||||
@$(SYNC) "$(COURS_SMB)/progObjet/TPs/$(TP_NUM)" "$(UNIV)/java_tp"
|
||||
|
|
Loading…
Reference in a new issue