Skip to content

Commit

Permalink
Remove unecessary colon
Browse files Browse the repository at this point in the history
  • Loading branch information
borg42 committed Mar 27, 2024
1 parent 29cef1a commit f62de7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/Makefile_Brick.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ check:
echo "Using docker image to build."; \
docker run $(DOCKER_FLAGS) \
-v $(ROOT_DIR)/../:/$(ROOT_DIR)/../ -u $$(id -u):$$(id -g) \
-v $(BRICKLIB_PATH)/:$(BRICKLIB_PATH)/: -u $$(id -u):$$(id -g) \
-v $(BRICKLIB_PATH)/:$(BRICKLIB_PATH)/ -u $$(id -u):$$(id -g) \
tinkerforge/build_environment_c:latest /bin/bash \
-c "cd $(ROOT_DIR) ; make $(MAKECMDGOALS)" && \
touch $(DOCKER_LOCK_FILE); \
Expand Down

0 comments on commit f62de7c

Please sign in to comment.