Rename project to rbheap

This commit is contained in:
2018-07-08 03:09:55 +01:00
parent 85cf2ac225
commit dc69bb73b9
7 changed files with 16 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
DEV_DEPS = github.com/mailru/easyjson/...
NAME = rbheapleak
NAME = rbheap
BINARY = bin/${NAME}
VERSION ?= $(shell cat VERSION)
@@ -31,11 +31,11 @@ clean:
.PHONY: test
test:
go test
go test ./...
.PHONY: generate
generate: dev-deps
go generate
go generate ./...
#
# EasyJSON targets.