From 571ba62e2c26b59704c5a15861d2621008044952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 13:46:07 +0000 Subject: [PATCH] build: suppression de clause copy --- system/makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/system/makefile b/system/makefile index 380b46b..74d3e0f 100644 --- a/system/makefile +++ b/system/makefile @@ -6,9 +6,6 @@ LINK=ld -Ttext 0x100000 -e __main -o all: system.sys sync -copy: - (cp system.sys /cygdrive/a) - system.sys: nasm -f bin -o loader.bin loader.asm nasm -f elf -o system.o system.asm