12 lines
139 B
Plaintext
12 lines
139 B
Plaintext
all:
|
|
|
|
clean:
|
|
attrib -r scf.lst
|
|
touch scf.lst
|
|
attrib +r scf.lst
|
|
attrib -r cb.lst
|
|
touch cb.lst
|
|
attrib +r cb.lst
|
|
|
|
cleanall:
|