rootfs.img: build.sh setup.sh
	./build.sh

.PHONY: clean
clean:
	rm -f rootfs.img vmlinuz
