mirror of
https://github.com/jimeh/rbheap.git
synced 2026-02-19 12:56:46 +00:00
Rename project to rbheap
This commit is contained in:
6
Makefile
6
Makefile
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user