From cdcde68ed97b3b0712f264b3ed690015cddb98cf Mon Sep 17 00:00:00 2001 From: cjen1 Date: Thu, 5 Aug 2021 00:49:45 +0100 Subject: Add trackball --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3