mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-21 19:19:23 +00:00
725ad63210
Some checks failed
ci/gh-actions/build / build-ubuntu-without-scanner (push) Has been cancelled
ci/gh-actions/guix / cache-sources (push) Has been cancelled
ci/gh-actions/guix / aarch64-linux-gnu (push) Has been cancelled
ci/gh-actions/guix / arm-linux-gnueabihf (push) Has been cancelled
ci/gh-actions/guix / arm64-apple-darwin (push) Has been cancelled
ci/gh-actions/guix / riscv64-linux-gnu (push) Has been cancelled
ci/gh-actions/guix / x86_64-apple-darwin (push) Has been cancelled
ci/gh-actions/guix / x86_64-linux-gnu.no-tor-bundle (push) Has been cancelled
ci/gh-actions/guix / x86_64-linux-gnu.pack (push) Has been cancelled
ci/gh-actions/guix / x86_64-linux-gnu (push) Has been cancelled
ci/gh-actions/guix / x86_64-w64-mingw32.installer (push) Has been cancelled
ci/gh-actions/guix / x86_64-w64-mingw32 (push) Has been cancelled
ci/gh-actions/guix / bundle-logs (push) Has been cancelled
ci/gh-actions/guix / codesigning (map[target:x86_64-w64-mingw32.installer]) (push) Has been cancelled
ci/gh-actions/guix / codesigning (map[target:x86_64-w64-mingw32]) (push) Has been cancelled
19 lines
272 B
Makefile
19 lines
272 B
Makefile
build:
|
|
@./contrib/guix/guix-build
|
|
|
|
codesign:
|
|
@./contrib/guix/guix-codesign
|
|
|
|
attest:
|
|
@./contrib/guix/guix-attest
|
|
|
|
verify:
|
|
@./contrib/guix/guix-attest
|
|
|
|
clean:
|
|
@./contrib/guix/guix-clean
|
|
|
|
DEFAULT_GOAL := default
|
|
default: build
|
|
|
|
.PHONY: default build attest verify clean
|