diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 08:54:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 08:54:49 -0600 |
| commit | f145e6e74eff9e529623468840084583fe6800c8 (patch) | |
| tree | 68e82d3b2e0f307fd39333ef97cb073804da70da /Makefile | |
| parent | 74498c8fcd8beef16dc61c936c46cd2374e56ece (diff) | |
god damnit
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) run: clean build - ./autogenpb + make -C testSort/ vet: @GO111MODULE=off go vet @@ -18,8 +18,7 @@ install: goimports: goimports -w *.go - # // to globally reset paths: - # // gofmt -w -r "go.wit.com/gui -> go.wit.com/gui/gui" . + make -C testSort/ goimports redomod: rm -f go.* @@ -31,5 +30,4 @@ reset: reset clean: - -rm test.sort.pb.go - -rm autogenpb + -rm test.sort.pb.go autogenpb |
