diff --git a/Makefile b/Makefile index 28999804..7b44ff87 100644 --- a/Makefile +++ b/Makefile @@ -15,10 +15,14 @@ view: all clean: all rm -rf ${DESTDIR} -public: all +ask: @echo "Press return to publish..." @read avariable git push --mirror + +public: ask public-f + +public-f: all find ${DESTDIR} -type f -exec chmod 0644 {} \; find ${DESTDIR} -type d -exec chmod 0755 {} \; rsync -av --delete ${DESTDIR} ${PUBDIR}