mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-04-29 03:23:47 +00:00
13 lines
163 B
Makefile
13 lines
163 B
Makefile
all-local: initrd
|
|
|
|
if WITH_VBOX
|
|
initrd-local:
|
|
bash ./make-initrd.sh vbox
|
|
else
|
|
initrd-local:
|
|
bash ./make-initrd.sh
|
|
endif
|
|
|
|
cbfs-local:
|
|
bash ./make-initrd.sh cbfs
|