Skip to content

Commit 95921be

Browse files
committed
chore: add image build task
1 parent a9b07e5 commit 95921be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
build:
2+
docker build -t rust-osxcross:latest -f Dockerfile .
3+
.PHONY: build

0 commit comments

Comments
 (0)