diff options
| -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 | 
