Subversion Repositories HelenOS-historic

Rev

Rev 534 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
454 decky 1
.PHONY: build clean
1 jermar 2
 
628 decky 3
build: grub.img.gz
4
	gunzip -c grub.img.gz > ../../../image.bin
5
	e2cp ../../../kernel.bin ../../../image.bin:/boot/kernel.bin
1 jermar 6
 
7
clean:
628 decky 8
	-rm -f ../../../image.bin