4 lines
67 B
Makefile
4 lines
67 B
Makefile
build:
|
|
docker build --rm -t $(shell cat .project) .
|
|
|
|
.PHONY: build |