16 lines
253 B
Makefile
16 lines
253 B
Makefile
SYNC = unison
|
|
|
|
WINHOME = /mnt/c/Users/anri
|
|
WSLHOME = /home/anri
|
|
SMBSRC = /mnt/y/Anri
|
|
PROJETS = $(WSLHOME)/Projets
|
|
|
|
.PHONY: cv
|
|
|
|
main:
|
|
|
|
gamejam:
|
|
@$(SYNC) $(WINHOME)/Documents/$(DIR) $(PROJETS)/adBlockNot
|
|
|
|
cv:
|
|
@$(SYNC) $(SMBSRC)/Boulot/CV $(PROJETS)/cv
|