From 2de6ba883fd287d0a258495500acc5b1174040c1 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sat, 16 Jul 2016 18:32:17 +0200 Subject: Fix typo. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 007de81..b21d0e2 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ catlfish-dev catlfish-dev-lunahsm: docker build --no-cache --rm -t $@:latest $@ erlang: - docker build --noc-cache --rm -t $@:latest $@ + docker build --no-cache --rm -t $@:latest $@ base: docker build --no-cache --rm -t $@:latest base-debian:jessie -- cgit v1.1