diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -2,15 +2,15 @@ all: build reset - ./submit-patchset + ./forge only-me: build reset - ./submit-patchset --only-me + ./forge --only-me stderr: build - echo "writing to /tmp/submit-patchset.log" - ./submit-patchset >/tmp/submit-patchset.log 2>&1 + echo "writing to /tmp/forge.log" + ./forge >/tmp/forge.log 2>&1 goimports: goimports -w *.go @@ -19,7 +19,7 @@ goimports: gocui: build reset - ./submit-patchset --gui gocui >/tmp/submit-patchset.log 2>&1 + ./forge --gui gocui >/tmp/forge.log 2>&1 build: echo "build it!" @@ -27,7 +27,7 @@ build: install: go install -v -x - submit-patchset + forge check-git-clean: @git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1) |
