added some graphics routines
[ld45_start_nothing] / Makefile
index 4d180c9..6d20b28 100644 (file)
--- 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 $^ >$@