mirror of
https://github.com/actiontech/dble.git
synced 2026-01-01 10:20:38 -06:00
7 lines
185 B
Makefile
7 lines
185 B
Makefile
PROJECT_NAME = dble
|
|
DOCKER := $(shell which docker)
|
|
|
|
default:
|
|
$(DOCKER) run -v $(shell pwd)/:/volume/git --rm -w /volume/git jamesdbloom/docker-java8-maven mvn clean install
|
|
|