From 025d9d6083703cffe10925a90e0cad59a6d4c522 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 2 Sep 2025 11:15:33 +0200 Subject: [PATCH] core: clean makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0c0fe46..c0d8453 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CLEUSB=Cle8G -COMMON_EXCLUDE=--exclude "__pycache__" --exclude "venv/" --exclude ".git" --exclude ".gitignore" --exclude ".*" --exclude "**/*.ppm" +COMMON_EXCLUDE=--exclude "__pycache__" --exclude ".venv/" --exclude ".git" --exclude ".gitignore" --exclude ".*" --exclude "**/*.ppm" install: git config core.hooksPath ./tools/git/hooks/ @@ -22,7 +22,7 @@ rsync_cleUSB: clean rsync -rtv -u --del --exclude "venv" ./ $(COMMON_EXCLUDE) /run/media/lafrite/$(CLEUSB)/Enseignements rsync -rtv -u $(COMMON_EXCLUDE) ../Divers/ /run/media/lafrite/$(CLEUSB)/Divers rsync -rtv -u $(COMMON_EXCLUDE) ../Notes/ /run/media/lafrite/$(CLEUSB)/Notes - rsync -rtv -u $(COMMON_EXCLUDE) ../Productions\ Eleves/ /run/media/lafrite/$(CLEUSB)/Productions + # rsync -rtv -u $(COMMON_EXCLUDE) ../Productions\ Eleves/ /run/media/lafrite/$(CLEUSB)/Productions .PHONY: