diff options
| author | Jeff Carr <[email protected]> | 2025-01-10 23:55:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-10 23:55:12 -0600 |
| commit | 51a326c5d75ac1635de92bf2636f5050326b459e (patch) | |
| tree | 23ff99a7f6601e50f24733935669c287afd45ea7 /Makefile | |
| parent | f3297022a8ed73db93842311d4b1429e8f69e8c7 (diff) | |
still testing
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d_%H%M) +hmm: test + simple: build # make -C example clean simpleMutexGlobal goimports vet make -C example clean simpleMutexProtoc goimports vet @@ -40,8 +42,8 @@ auto: # rm -f auto.sort.pb.go auto.newsort.pb.go # auto.marshal.pb.go test: - make -C example rawproto make -C example modproto + make -C example rawproto junk: cd example; rm -f go.* *.pb.go |
