diff --git a/Makefile b/Makefile index ca5156a..e8037ca 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,19 @@ +all: + @echo make build + @echo make add-remote + build: gbp buildpackage + +addRemote: + git remote add jcarr git@git.wit.org:jcarr/x11-xserver-utils.git + +pushRemoteMaster: + git fetch jcarr + git commit -a + git push --set-upstream jcarr master + +# git branch riscv +# git checkout riscv +# hack & commit +# git push --set-upstream jcarr riscv