Skalierung der Videos nach der größeren Seite
new file: homepage/redesign2018/markdownExperiment/src/Makefiles/Makefile.shiaiVidsSpeedupTest new file: homepage/redesign2018/markdownExperiment/src/Makefiles/Makefile.vp9encodeGoogleVodRecommendations new file: homepage/redesign2018/markdownExperiment/src/Makefiles/Makefiles.recursiveVariableTest/Makefile new file: homepage/redesign2018/markdownExperiment/src/Makefiles/Makefiles.recursiveVariableTest/Makefile.cfg new file: homepage/redesign2018/markdownExperiment/src/Makefiles/Makefiles.recursiveVariableTest/Makefile.sub modified: homepage/redesign2018/markdownExperiment/src/Makefiles/Makefiles.vidGal.d/Makefile.vidGal modified: homepage/redesign2018/markdownExperiment/src/Makefiles/Makefiles.vidGal.d/Makefile.webmCompress.cfg
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
include Makefile.cfg
|
||||
|
||||
recTestVar = Hallo
|
||||
#export recTestVar
|
||||
|
||||
.PHONY: recTest
|
||||
recTest:
|
||||
echo ${recTestVar}
|
||||
make -e --file=Makefile.sub
|
||||
@@ -0,0 +1 @@
|
||||
recTestVar = Hallo
|
||||
@@ -0,0 +1,3 @@
|
||||
.PHONY: echo
|
||||
echo:
|
||||
echo ${recTestVar}
|
||||
Reference in New Issue
Block a user