moved the location of bin and test
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ SYSSRC=../src/sys
|
|||||||
CMDSRC=../src/cmd
|
CMDSRC=../src/cmd
|
||||||
OTHERSRC=../src/other
|
OTHERSRC=../src/other
|
||||||
TESTSRC=../src/tests
|
TESTSRC=../src/tests
|
||||||
BINDIR=../bin
|
BINDIR=bin
|
||||||
TESTDIR=../tests
|
TESTDIR=tests
|
||||||
IMAGEFILE=image.fs
|
IMAGEFILE=image.fs
|
||||||
|
|
||||||
all: cmd others a.rim image
|
all: cmd others a.rim image
|
||||||
|
|||||||
+15
-15
@@ -19,22 +19,22 @@ dd drwr- -1 4
|
|||||||
ttyout irwr- -1 11
|
ttyout irwr- -1 11
|
||||||
display irwr- -1 12
|
display irwr- -1 12
|
||||||
pptout irwr- -1 13
|
pptout irwr- -1 13
|
||||||
as frwr- -1 ../bin/as
|
as frwr- -1 bin/as
|
||||||
cat frwr- -1 ../bin/cat
|
cat frwr- -1 bin/cat
|
||||||
chmod frwr- -1 ../bin/chmod
|
chmod frwr- -1 bin/chmod
|
||||||
chown frwr- -1 ../bin/chown
|
chown frwr- -1 bin/chown
|
||||||
chrm frwr- -1 ../bin/chrm
|
chrm frwr- -1 bin/chrm
|
||||||
cp frwr- -1 ../bin/cp
|
cp frwr- -1 bin/cp
|
||||||
date frwr- -1 ../bin/date
|
date frwr- -1 bin/date
|
||||||
ds frwr- -1 ../bin/ds
|
ds frwr- -1 bin/ds
|
||||||
ed frwr- -1 ../bin/ed
|
ed frwr- -1 bin/ed
|
||||||
init frwr- -1 ../bin/init
|
init frwr- -1 bin/init
|
||||||
ln frwr- -1 ../bin/ln
|
ln frwr- -1 bin/ln
|
||||||
ls frwr- -1 ../bin/ls
|
ls frwr- -1 bin/ls
|
||||||
mv frwr- -1 ../bin/mv
|
mv frwr- -1 bin/mv
|
||||||
password frw-- -1 password
|
password frw-- -1 password
|
||||||
sh frwr- -1 ../bin/sh
|
sh frwr- -1 bin/sh
|
||||||
stat frwr- -1 ../bin/stat
|
stat frwr- -1 bin/stat
|
||||||
$
|
$
|
||||||
ken drwr- 10
|
ken drwr- 10
|
||||||
system l---- 3
|
system l---- 3
|
||||||
|
|||||||
Reference in New Issue
Block a user