summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-08-03 16:03:17 -0400
committerGitHub <noreply@github.com>2021-08-03 16:03:17 -0400
commit8c55d98d067ed792978ae88ad28e635aae77def8 (patch)
treecce1f35085b922cbf1f778749276237f612b3ae9 /Makefile
parent99322cc7501012444597f223fa26a991cc661e03 (diff)
Update Makefile
Bad line in Makefile copied from batch file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 688ea35..d755a54 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,6 @@ build-models: check-requirements ## Build models.
${DOCKER_CMD} run --rm --name DM-release-build -v ${source_dir}:/app/src -v ${artifact_dir}:/app/things dactyl-keyboard python3 -i model_builder.py && \
echo "Done"
.PHONY: config
-docker run --name DM-release-build -d -v "%cd%/src:/app/src" -v "%cd%/things:/app/things" dactyl-keyboard python3 -i model_builder.py
shell: check-requirements ## Open an interactive shell inside a container.