summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-08 06:45:25 -0600
committerJeff Carr <[email protected]>2024-11-08 06:45:25 -0600
commit9878b8fe6cce13c48bdaebdfe0dc8266268b7da9 (patch)
tree597fc6596f403f2dc93cf2d9b832cc886e039391 /Makefile
parent4cee81ca2dfa576671c2332afe4daa0202314bdb (diff)
use go-cmd/cmdv0.5.5
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