makefiles/univ.mk

28 lines
609 B
Makefile
Raw Normal View History

2024-03-07 16:36:31 +01:00
SYNC = unison
MKDIR = mkdir -p
WINHOME = /mnt/c/Users/anri
WSLHOME = /home/anri
SMBMOUNT = $(WSLHOME)/deuxiemeSemestre
UNIVDIR = $(WSLHOME)/Univ
2024-03-22 11:31:47 +01:00
.PHONY: stage sys_tp anglais_sql gla_projet
2024-03-07 16:36:31 +01:00
main:
stage:
@$(MKDIR) $(UNIVDIR)/stage
@$(SYNC) $(SMBMOUNT)/stage/rapport $(UNIVDIR)/stage/rapport
@$(SYNC) $(SMBMOUNT)/stage/presentation $(UNIVDIR)/stage/presentation
2024-04-15 16:30:26 +02:00
TP_NUM = TP10
2024-03-22 11:31:47 +01:00
sys_tp:
@$(SYNC) $(SMBMOUNT)/prograSysAvancee/$(TP_NUM) $(UNIVDIR)/sys_tp
2024-03-07 16:36:31 +01:00
anglais_sql:
@$(SYNC) $(SMBMOUNT)/anglais/SQL $(UNIVDIR)/anglais_sql
2024-03-22 11:31:47 +01:00
gla_projet:
@$(SYNC) $(WINHOME)/Documents/gla $(UNIVDIR)/gla_projet