makefiles/univ.mk

29 lines
558 B
Makefile
Raw Normal View History

2024-03-07 16:36:31 +01:00
SYNC = unison
MKDIR = mkdir -p
2024-04-15 16:32:31 +02:00
HOME_WIN = /mnt/c/Users/anri
HOME_WSL = /home/anri
2024-10-16 12:45:53 +02:00
COURS_SMB = $(HOME_WSL)/troisiemeSemestre
2024-04-15 16:32:31 +02:00
UNIV = $(HOME_WSL)/Univ
2024-04-15 16:32:31 +02:00
2024-12-03 20:55:52 +01:00
.PHONY: java heptagon edf anglais
2024-03-07 16:36:31 +01:00
main:
2024-03-22 11:31:47 +01:00
2024-12-03 20:55:52 +01:00
java: TP_NUM = TP2
2024-10-16 12:45:53 +02:00
java:
@$(SYNC) "$(COURS_SMB)/progObjet/TPs/$(TP_NUM)" "$(UNIV)/java_tp"
2024-10-16 18:30:58 +02:00
heptagon: TP_NUM = TP1
heptagon:
@$(SYNC) "$(COURS_SMB)/progSynchrone/TPs/$(TP_NUM)" "$(UNIV)/ept_tp"
2024-12-03 20:55:52 +01:00
edf: TP_NUM = TP3
edf:
@$(SYNC) "$(COURS_SMB)/infoEmbarquee/TPs/$(TP_NUM)" "$(UNIV)/edf"
anglais:
@$(SYNC) "$(COURS_SMB)/anglais/presentation" "$(UNIV)/anglais"