clean up makefile

This commit is contained in:
Anton Livaja 2025-01-06 10:22:08 -05:00
parent b46d8e0b71
commit 32c8c3d26a
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 6 additions and 4 deletions

View File

@ -10,6 +10,8 @@ ifdef REPRODUCE
include dist/release.env include dist/release.env
export export
endif endif
## Prevents use of caching when building docker image
ifdef NOCACHE ifdef NOCACHE
NO_CACHE := --no-cache NO_CACHE := --no-cache
endif endif
@ -70,7 +72,7 @@ vm: out/dev-shell.digest out/airgap.iso out/sdcard.img
-nographic; \ -nographic; \
" "
## Signing, Verification, and Release Targets ## Release, Signing, Verification, and Reproduction Targets
.PHONY: clean .PHONY: clean
clean: clean: