diff options
author | Camil Staps | 2016-10-10 13:49:31 +0200 |
---|---|---|
committer | Camil Staps | 2016-10-10 13:49:31 +0200 |
commit | 41d206a448be6df61c0969d8c4a88da63c7bd6be (patch) | |
tree | 6483b3020d51452dc3c5c7bb3f3c6eb8c1c9d6fc /Makefile | |
parent | Kleine aanpassingen tekst & volgorde (diff) |
Terminologie, gebruikersperspectief, fix makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ SHELL=/bin/bash PRE:=docker.pdf -DEPS_GEN:=moby.pdf compiling.png swarm.png +DEPS_GEN:=moby.pdf swarm.png DEPS:=$(DEPS_GEN) $(wildcard examples/*/Dockerfile) AUX:=moby.svg |