Subversion Repositories HelenOS-historic

Rev

Rev 534 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

.PHONY: build clean

build: grub.img.gz
    gunzip -c grub.img.gz > ../../../image.bin
    e2cp ../../../kernel.bin ../../../image.bin:/boot/kernel.bin

clean:
    -rm -f ../../../image.bin