1
0
Fork 0
mirror of https://gitlab.com/niansa/minituxi.git synced 2025-03-06 20:49:18 +01:00
minituxi/Makefile

14 lines
248 B
Makefile

all: genimg
compile:
mkdir -p bin
utils/compile.sh
genimg: compile
utils/genimg.sh
test:
qemu-system-x86_64 -hda /dev/null -m 128 -kernel bzImage -initrd initramfs.cpio.gz -append 'quiet rdinit=/main'
clean:
cat .gitignore | xargs rm -rfv