Feat: commande pour makefile pour faire des évaluations
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
3
Makefile
3
Makefile
@@ -24,6 +24,9 @@ clean:
|
||||
sequence:
|
||||
sh ./tools/scripts/new_sequence.sh
|
||||
|
||||
eval:
|
||||
sh ./tools/scripts/new_eval.sh
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user