mirror of
https://gitlab.com/niansa/minituxi.git
synced 2025-03-06 20:49:18 +01:00
10 lines
193 B
Makefile
10 lines
193 B
Makefile
all: genimg
|
|
|
|
compile:
|
|
utils/compile.sh
|
|
|
|
genimg: compile
|
|
utils/genimg.sh
|
|
|
|
test:
|
|
qemu-system-x86_64 -hda /dev/null -m 64 -kernel bzImage -initrd initramfs.cpio.gz -append 'quiet rdinit=/main'
|