From b6a38bf18a06034fde592e0387efdd1c1205081d Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 19 Feb 2016 13:00:54 +0100 Subject: Typo. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b358fb..007de81 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ base: docker build --no-cache --rm -t $@:latest base-debian:jessie onion: - docker build --noc-cache --rm -t $@:latest $@ + docker build --no-cache --rm -t $@:latest $@ catlfish: FIXME -- cgit v1.1