From: Paul Hänsch Date: Mon, 20 Apr 2026 04:41:18 +0000 (+0200) Subject: target for UEFI hard disk images X-Git-Url: http://git.plutz.net/?a=commitdiff_plain;h=60aad62cfebc8c64707407b7492fcced8717502a;p=blast target for UEFI hard disk images --- diff --git a/Makefile b/Makefile index 4908104..7c4d95d 100644 --- a/Makefile +++ b/Makefile @@ -40,16 +40,19 @@ ifndef SOURCES endif ifdef squash - target := squashfs + target ?= squashfs endif ifdef raspi - target := raspberrypi + target ?= raspberrypi endif ifdef iso - target := isoimage + target ?= isoimage endif ifdef subvol - target := subvolume + target ?= subvolume +endif +ifdef image + target ?= hddimage endif include $(addsuffix .mk, $(addprefix targets/, ${target}))