mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-26 11:08:38 +03:00
8 lines
168 B
Makefile
8 lines
168 B
Makefile
VERSION=2.39.1
|
|
ARCH=$(shell rustc -Vv | grep host | cut -f2 -d' ')
|
|
|
|
git-$(ARCH):
|
|
./build.sh --dist "$(shell pwd)/git-$(ARCH)" --version "$(VERSION)"
|
|
|
|
all: git-$(ARCH)
|