diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 05:42:01 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 05:42:01 -0600 |
| commit | ead401f73dd95b0703e168beabf49e764a8489be (patch) | |
| tree | 910c8437d297dd7840a94568da1e36da1f3e9ef3 | |
| parent | 7dd4dd08084bad7a206a0e14e22a13af0b69e83b (diff) | |
rename
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 8 |
2 files changed, 5 insertions, 4 deletions
@@ -1,2 +1,3 @@ /resources/*.so myrepos +autotypist @@ -1,9 +1,9 @@ all: build - ./myrepos + ./autotypist stderr: build - echo "writing to /tmp/myrepos.stderr" - myrepos >/tmp/myrepos.stderr 2>&1 + echo "writing to /tmp/autotypist.stderr" + autotypist >/tmp/autotypist.stderr 2>&1 build: echo "build it!" @@ -14,7 +14,7 @@ install: cp ~/go/src/go.wit.com/toolkits/*.so resources/ rm -f ~/go/src/go.wit.com/toolkits/*.so go install -v -x - myrepos + autotypist check-git-clean: @git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1) |
