plugins/traffic-control: fix Makefile

This commit is contained in:
Alessandro Puccetti
2016-09-03 14:10:33 +02:00
parent c722edf534
commit 3bd6e4c88d

View File

@@ -19,7 +19,7 @@ $(UPTODATE): $(EXE) Dockerfile
$(SUDO) docker build -t $(IMAGE) .
touch $@
$(EXE): main.go
$(EXE): $(shell find . -name *.go)
$(SUDO) docker run --rm \
-v "$$PWD":/go/src/hosting/org/$(EXE) \
-v $(shell pwd)/../../../vendor:/go/src/hosting/org/$(EXE)/vendor \