build: suppression de clause copy

This commit is contained in:
Nicolas Hordé 2007-04-02 13:46:07 +00:00
parent c1e18097a6
commit 571ba62e2c
1 changed files with 0 additions and 3 deletions

View File

@ -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