build: rajout de la commande COPY Ajout de la compilation du dossier commande

This commit is contained in:
Nicolas Hordé 2007-03-18 20:33:32 +00:00
parent dec9675b7d
commit d37324ac00
1 changed files with 10 additions and 3 deletions

View File

@ -11,9 +11,12 @@ all:
make make
cd .. cd ..
copy: cd command
make all make
cd ..
copy: clean all
copy noyau\systeme.sys b:
clean: clean:
cd lib cd lib
@ -27,3 +30,7 @@ clean:
cd install cd install
make clean make clean
cd .. cd ..
cd command
make clean
cd ..