Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 449 → Rev 454

/SPARTAN/trunk/arch/ia32/boot/Makefile
1,7 → 1,5
.PHONY: nothing build clean
.PHONY: build clean
 
nothing:
 
build: boot.bin
dd if=boot.bin of=../../../image.bin bs=512 conv=sync
-cat ../../../kernel.bin >>../../../image.bin
16,4 → 14,4
rm boot.s
 
clean:
-rm *.o *.bin
-rm -f boot.o boot.bin ../../../image.bin