foo
[eightysix] / Makefile
index 5c19343..44d9d66 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ img = bootldr.img
 CC = ia16-elf-gcc
 LD = ia16-elf-ld
 
-CFLAGS = -march=i8088 -mtune=i8088 -DFLOPPY360
+CFLAGS = -march=i8088 -mtune=i8088
 
 $(img): $(bin)
        dd if=/dev/zero of=$@ bs=512 count=$(disk_numsec)