X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=ld45_start_nothing;a=blobdiff_plain;f=Makefile;h=6d20b2892cca5c9c8759bd3c944852115771e56e;hp=4d180c92f967d81aaab5918124c228c9c54c1f63;hb=778d7ca8d282c31b4067f6a6e06df7be72822ea1;hpb=43024162f96501c111a0fb7ff6b14f39d478c1a3 diff --git a/Makefile b/Makefile index 4d180c9..6d20b28 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ bootldr: src/boot/boot.asm $(bin) nasm -o $@ -f bin -DBINSIZE=`ls -l $(bin) | awk '{print $$5}'` $< $(bin): $(src) - nasm -o $@ -f bin src/main.asm + nasm -o $@ -f bin -i src/ src/main.asm boot.img: bootldr $(bin) cat $^ >$@