7 lines
63 B
Makefile
7 lines
63 B
Makefile
clean:V:
|
|
rm -f index
|
|
setup:V:
|
|
mkdir set1
|
|
backup:V:
|
|
./backup
|