1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00
This commit is contained in:
Jason N. 2024-03-30 11:26:49 -04:00
parent 9eb5256c3b
commit f33f4c3c39

View file

@ -3,7 +3,7 @@ ISO_TESTS=$(wildcard install_*) $(if $(FLATPAK_REMOTE_REFS) $(FLATPAK_DIR),$(wil
all: $(ISO_TESTS) clean
$(ISO_TESTS): /mnt/iso
$(ISO_TESTS): mnt/iso
$(eval _VARS = ISO_NAME VERSION FLATPAK_REMOTE_NAME _FLATPAK_REPO_URL)
chmod +x $@
$(foreach var,$(_VARS),$(var)=$($(var))) ./$@