blob: b253a5b4f7bc4868fcaf3b55ca2a14b8190351f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
#************************** CMD Root level Makefile ***********************
make =nmake
all:
cd command
$(make)
cd ..\attrib
$(make)
cd ..\assign
$(make)
cd ..\chkdsk
$(make)
cd ..\debug
$(make)
cd ..\edlin
$(make)
cd ..\exe2bin
$(make)
cd ..\find
$(make)
cd ..\fc
$(make)
cd ..\format
$(make)
cd ..\join
$(make)
cd ..\more
$(make)
cd ..\print
$(make)
cd ..\recover
$(make)
cd ..\sort
$(make)
cd ..\subst
$(make)
cd ..\sys
$(make)
cd ..\share
$(make)
cd ..\nlsfunc
$(make)
cd ..\ifsfunc
$(make)
cd ..\mem
$(make)
cd ..\filesys
$(make)
cd ..\backup
$(make)
cd ..\comp
$(make)
cd ..\diskcomp
$(make)
cd ..\diskcopy
$(make)
cd ..\fdisk
$(make)
cd ..\label
$(make)
cd ..\mode
$(make)
cd ..\restore
$(make)
cd ..\tree
$(make)
cd ..\replace
$(make)
cd ..\xcopy
$(make)
cd ..\graftabl
$(make)
cd ..\fastopen
$(make)
cd ..\append
$(make)
cd ..\graphics
$(make)
cd ..\keyb
$(make)
cd ..
|