diff options
author | cjen1 <cjj39@cam.ac.uk> | 2021-08-05 00:49:45 +0100 |
---|---|---|
committer | cjen1 <cjj39@cam.ac.uk> | 2021-08-05 00:49:45 +0100 |
commit | cdcde68ed97b3b0712f264b3ed690015cddb98cf (patch) | |
tree | d88b5973cf49c37e9fffbf72bb8a31c5823882b3 /Makefile | |
parent | 8f77008ba9d352783129bc87274f017ea81f7194 (diff) |
Add trackball
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |