File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
production : fat12com.bin fat16com.bin fat32chs.bin fat32lba.bin oemfat12.bin oemfat16.bin
9
9
10
10
fat12com.bin : boot.asm magic.mac
11
- $(NASM ) -dISFAT12 $(NASMBOOTFLAGS ) boot.asm -l $* .lst -ofat12com.bin
11
+ $(NASM ) -dISFAT12 $(NASMBOOTFLAGS ) boot.asm -lfat12com .lst -ofat12com.bin
12
12
13
13
fat16com.bin : boot.asm magic.mac
14
- $(NASM ) -dISFAT16 $(NASMBOOTFLAGS ) boot.asm -l $* .lst -ofat16com.bin
14
+ $(NASM ) -dISFAT16 $(NASMBOOTFLAGS ) boot.asm -lfat16com .lst -ofat16com.bin
15
15
16
16
fat32chs.bin : boot32.asm magic.mac
17
- $(NASM ) $(NASMBOOTFLAGS ) boot32.asm -l $* .lst -ofat32chs.bin
17
+ $(NASM ) $(NASMBOOTFLAGS ) boot32.asm -lfat32chs .lst -ofat32chs.bin
18
18
19
19
fat32lba.bin : boot32lb.asm magic.mac
20
- $(NASM ) $(NASMBOOTFLAGS ) boot32lb.asm -l $* .lst -ofat32lba.bin
20
+ $(NASM ) $(NASMBOOTFLAGS ) boot32lb.asm -lfat32lba .lst -ofat32lba.bin
21
21
22
22
oemfat12.bin : oemboot.asm magic.mac
23
- $(NASM ) -dISFAT12 $(NASMBOOTFLAGS ) oemboot.asm -l $* .lst -ooemfat12.bin
23
+ $(NASM ) -dISFAT12 $(NASMBOOTFLAGS ) oemboot.asm -loemfat12 .lst -ooemfat12.bin
24
24
25
25
oemfat16.bin : oemboot.asm magic.mac
26
- $(NASM ) -dISFAT16 $(NASMBOOTFLAGS ) oemboot.asm -l $* .lst -ooemfat16.bin
26
+ $(NASM ) -dISFAT16 $(NASMBOOTFLAGS ) oemboot.asm -loemfat16 .lst -ooemfat16.bin
27
27
28
28
clobber : clean
29
29
-$(RM ) * .bin status.me
You can’t perform that action at this time.
0 commit comments