3
0
mirror of https://github.com/ffrgb/site-ffrgb.git synced 2024-06-18 12:52:34 +02:00

buildonly

This commit is contained in:
Bastian 2015-12-18 16:52:02 +01:00
parent 92febc35a3
commit 30563ac985

View File

@ -43,6 +43,12 @@ build: gluon-prepare
${GLUON_MAKE} GLUON_TARGET="$$target"; \
done
buildonly: for target in ${GLUON_TARGETS}; do \
echo ""Building target $$target""; \
${GLUON_MAKE} GLUON_TARGET="$$target"; \
done
manifest: build
${GLUON_MAKE} manifest
mv ${GLUON_BUILD_DIR}/output .