summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 206ca07..1f3b4a5 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ build: sign
 	docker build --no-cache . -t deepblue
 sign:
 	./sign.sh
-up: sign builld
+up: sign build
 	docker run --net customnetwork --ip 172.42.0.2 -d deepblue --name blueproxy
 clean:
 	rm -fv intercept*