Added clips for machs
This commit is contained in:
@@ -61,10 +61,21 @@ links:
|
||||
download:
|
||||
make --file=Makefile.d/Makefile.youtube-dl
|
||||
|
||||
|
||||
.PHONY: videos
|
||||
videos:
|
||||
videos: otVideos machsVideos
|
||||
|
||||
# Videos zu den onlineTrainings
|
||||
.PHONY: otVideos
|
||||
otVideos:
|
||||
make --file=Makefile.d/Makefile.clips all
|
||||
|
||||
# Videos zu den AchievementGroups im MAchS
|
||||
.PHONY: machsVideos
|
||||
machsVideos:
|
||||
mkdir --parents build/videos.d/machs/groups
|
||||
make --file=Makefile.d/Makefile.clips.machs all
|
||||
|
||||
.PHONY: images
|
||||
images:
|
||||
make --file=Makefile.d/Makefile.images
|
||||
|
||||
Reference in New Issue
Block a user