Skip to content

Commit cbac7e8

Browse files
committed
add a debug make target for faster local dev turnaround
1 parent 155878f commit cbac7e8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ build:
1313

1414
test: build
1515
@tests/test.sh
16+
17+
debug: build
18+
@docker run --rm -it \
19+
-v ${PWD}:/code \
20+
-v ${HOME}/.cargo/registry:/root/.cargo/registry \
21+
-v ${HOME}/.cargo/git:/root/.cargo/git \
22+
--entrypoint=/bin/bash \
23+
$(REPO)

0 commit comments

Comments
 (0)