diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
