summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a449dc0..ee24d40 100644
--- a/Makefile
+++ b/Makefile
@@ -62,3 +62,12 @@ git-clone:
debian:
go-deb --no-gui --repo go.wit.com/apps/go-clone
+
+pull: build
+ ./go-clone --dry-run --pull
+
+pullreal: build
+ ./go-clone --pull
+
+fetch: build
+ ./go-clone --dry-run --fetch