X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootsplash;a=blobdiff_plain;f=Makefile;h=11d909450374258ea9df8f54b99eb99ea9c1b73c;hp=2ae07cfd7ced43ee75b52e42eecaaba1daff4ca0;hb=820efb5b1e9e68781482470778053ac47282c4b7;hpb=31c7db31506389bcb38340122278728b0a71e62d diff --git a/Makefile b/Makefile index 2ae07cf..11d9094 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,10 @@ $(bin): bootsplash.asm nuclear.rle nuclear.rle: nuclear.img cat $< | rle/rle >$@ 2>rle.log +.PHONY: clean +clean: + rm -f $(bin) + .PHONY: run run: $(img) qemu-system-i386 -fda $<