diff options
author | Joshua Shreve <j.a.shreve@gmail.com> | 2021-08-20 17:10:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 17:10:51 -0400 |
commit | 0df44c2b1ddaf2f62e1cf830bba6c167e9360ee9 (patch) | |
tree | b1cab759aa478ec3215e5bab5b5cc970608ce0a1 /Makefile | |
parent | b9c0013ea9dd83aaa83c994b0a572ace64d75c72 (diff) | |
parent | 8f7580bc5f6835a1b896f1112ed34c8d1e5d459a (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-- | 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 |