1
0
ミラー元 https://github.com/peterbourgon/runsvinit.git 前回の同期 2025-07-03 17:00:53 +00:00
runsvinit/zombietest/build/Makefile
2015-09-28 12:25:44 +02:00

10 行
196 B
Makefile

.PHONY: all
all: zombie runsvinit
zombie runsvinit: .uptodate
docker run -ti --rm -v $(shell pwd):/mount zombie-build
.uptodate: Dockerfile ../../*.go
docker build -t zombie-build .
touch $@