From 4f135916e34853210ad02c28bee1f2558dc28409 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 31 Oct 2012 22:54:11 +0100 Subject: [PATCH] +makefile Signed-off-by: Nico Schottelius --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..424949e --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +pub: + git push --mirror + git push --mirror github +