aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorcjen1 <cjj39@cam.ac.uk>2021-08-05 00:49:45 +0100
committercjen1 <cjj39@cam.ac.uk>2021-08-05 00:49:45 +0100
commitcdcde68ed97b3b0712f264b3ed690015cddb98cf (patch)
treed88b5973cf49c37e9fffbf72bb8a31c5823882b3 /Makefile
parent8f77008ba9d352783129bc87274f017ea81f7194 (diff)
Add trackball
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d755a54..87e124b 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ build-models: check-requirements ## Build models.
shell: check-requirements ## Open an interactive shell inside a container.
- @${DOCKER_CMD} run --rm -it --name DM-shell -v "src:/app/src" -v "things:/app/things" dactyl-keyboard bash && \
+ @${DOCKER_CMD} run --rm -it --name DM-shell -v ${source_dir}:/app/src -v ${artifact_dir}:/app/things dactyl-keyboard bash && \
echo "\nBye!"
.PHONY: shell