build: suppression de clause copy
This commit is contained in:
parent
c1e18097a6
commit
571ba62e2c
|
@ -6,9 +6,6 @@ LINK=ld -Ttext 0x100000 -e __main -o
|
||||||
all: system.sys
|
all: system.sys
|
||||||
sync
|
sync
|
||||||
|
|
||||||
copy:
|
|
||||||
(cp system.sys /cygdrive/a)
|
|
||||||
|
|
||||||
system.sys:
|
system.sys:
|
||||||
nasm -f bin -o loader.bin loader.asm
|
nasm -f bin -o loader.bin loader.asm
|
||||||
nasm -f elf -o system.o system.asm
|
nasm -f elf -o system.o system.asm
|
||||||
|
|
Loading…
Reference in New Issue