insert stop before doing the real publication
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
6dfe0481ae
commit
044790f9b6
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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 {} \;
|
||||
|
|
Loading…
Add table
Reference in a new issue