add testground Makefile target; attach to buildall.

This commit is contained in:
Raúl Kripalani 2020-06-30 14:46:28 +01:00
parent 642aed93d9
commit f774d2aab1

View File

@ -191,6 +191,12 @@ health:
.PHONY: health
BINS+=health
testground:
go build -tags testground -o /dev/null ./cmd/lotus
.PHONY: testground
BINS+=testground
# MISC
buildall: $(BINS)