update Makefile

This commit is contained in:
L3D 2020-02-23 17:03:31 +01:00
parent 8e8566f320
commit 42210fc1d2
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -50,6 +50,7 @@ pull:
git pull origin master git pull origin master
push: push:
rm .lfsconfig
if git config remote.gitea.url > /dev/null; then if git config remote.gitea.url > /dev/null; then
git push gitea master git push gitea master
else else
@ -62,3 +63,4 @@ push:
git remote add github git@github.com:c3woc/c3woc-podcast.git git remote add github git@github.com:c3woc/c3woc-podcast.git
git push github master git push github master
fi fi
git restore .lfsconfig