X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;h=ddc89c50c0228a9baaf81f8ef9a835683fe66c46;hb=81f4a7524f538796dce76fb3a498af35e6be6233;hp=e07be2c18caf3850e366e88efb55c3a05e00766d;hpb=2035cb9dd40830cd39477babe4c6f54d7d67e9f6;p=bootcard diff --git a/Makefile b/Makefile index e07be2c..ddc89c5 100644 --- a/Makefile +++ b/Makefile @@ -20,3 +20,7 @@ debug: $(bin) .PHONY: disasm disasm: $(bin) ndisasm -o 0x7c00 $< >dis + +.PHONY: qr +qr: bootcard.asm + qrencode -o qr.png -r bootcard.asm