diff --git a/Makefile b/Makefile index dd146014..28999804 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,8 @@ clean: all rm -rf ${DESTDIR} public: all + @echo "Press return to publish..." + @read avariable git push --mirror find ${DESTDIR} -type f -exec chmod 0644 {} \; find ${DESTDIR} -type d -exec chmod 0755 {} \;