Subversion Repositories HelenOS-historic

Rev

Rev 628 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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