summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-08-20 17:10:51 -0400
committerGitHub <noreply@github.com>2021-08-20 17:10:51 -0400
commit0df44c2b1ddaf2f62e1cf830bba6c167e9360ee9 (patch)
treeb1cab759aa478ec3215e5bab5b5cc970608ce0a1 /Makefile
parentb9c0013ea9dd83aaa83c994b0a572ace64d75c72 (diff)
parent8f7580bc5f6835a1b896f1112ed34c8d1e5d459a (diff)
Merge pull request #22 from Cjen1/trackball
Add trackball thumb cluster. Interim commit, needs a few mods for naming and handedness.
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