diff options
| author | Jeff Carr <[email protected]> | 2024-11-30 13:53:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-30 13:53:16 -0600 |
| commit | d2112f954d68fde00a4781c9f2d8ca8bec837055 (patch) | |
| tree | bdfa5570a4e4b0fff0cdf4c52a6fc6b6529c916d /Makefile | |
| parent | b1172af227f7893d29dbad88a47855a95cec8bcc (diff) | |
just no. don't put directories in libraries. ever.v0.0.4
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,11 +1,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) -run: build - -test: build - @# make -C testautogen/ all - cd testautogen; pwd; ../autogenpb --proto test.proto +run: build vet vet: @GO111MODULE=off go vet @@ -35,4 +31,3 @@ reset: clean: -rm -f go.* -rm -f autogenpb - @#make -C testautogen/ clean |
