diff --git a/Makefile b/Makefile index 38d4c621..c2c6d948 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ manual-update: git add "./ponysay" ;\ git stash ;\ git checkout $$branch ;\ - git rm "./pages/ponysay/*" ;\ - git stash pop ;\ - git mv "./ponysay" "./pages" ;\ ) + git rm "./pages/ponysay/*" + git stash pop + git mv "./ponysay" "./pages"