Skip to content

Commit 71e0d02

Browse files
committed
minifix to makefile
1 parent 3fd55cc commit 71e0d02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust1.32/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ build:
77
docker build -t $(USER)/$(IMAGE) .
88

99
devel: build
10-
docker run -ti -p 8080:8080 --entrypoint=bash \
10+
docker run -ti -p 8080:8080 --entrypoint=bash \
1111
-v $(PWD):/mnt -e OW_COMPILER=/mnt/compile \
12+
$(USER)/$(IMAGE)
1213

1314
push: build
1415
docker login

0 commit comments

Comments
 (0)