From 33abc91a3e4159b5e005a5b4fb3da3ca74147efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Fri, 23 Mar 2007 16:49:56 +0000 Subject: [PATCH] =?UTF-8?q?build:=20ajout=20de=20la=20compilation=20du=20r?= =?UTF-8?q?=C3=A9pertoire=20"programs"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MAKEFILE | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/MAKEFILE b/MAKEFILE index 388844f..3203523 100644 --- a/MAKEFILE +++ b/MAKEFILE @@ -15,8 +15,15 @@ all: make cd .. + cd programs + make + cd .. + copy: clean all copy noyau\systeme.sys b: + copy commande\*.ce b: + copy lib\*.lib b: + copy programs\*.ce b: clean: cd lib @@ -34,3 +41,7 @@ clean: cd commande make clean cd .. + + cd programs + make clean + cd .. \ No newline at end of file