3
0
corteza/Makefile
2018-07-06 11:24:41 +00:00

4 lines
67 B
Makefile

build:
docker build --rm -t $(shell cat .project) .
.PHONY: build