bb/Makefile

8 lines
115 B
Makefile
Raw Normal View History

2022-07-26 15:40:45 +00:00
.PHONY: build
build:
DOCKER_BUILDKIT=1
docker build --target bin --output bin/ .
.PHONY: clean
clean:
rm bin/bb