diff options
| author | Linus Nordberg <linus@nordu.net> | 2016-02-19 13:00:54 +0100 | 
|---|---|---|
| committer | Linus Nordberg <linus@nordu.net> | 2016-02-19 13:00:54 +0100 | 
| commit | b6a38bf18a06034fde592e0387efdd1c1205081d (patch) | |
| tree | 9cc76ff8ccead5740586d7d4059398d3ee7c2559 | |
| parent | 38a01aa01446d412cbf153a8379e7b054e02212d (diff) | |
Typo.
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
