9 lines
166 B
Makefile
Executable file
9 lines
166 B
Makefile
Executable file
web:V:
|
|
cp README index.md
|
|
if(test -f mother.tgz)
|
|
rm mother.tgz
|
|
cd ..
|
|
tar zcvf /tmp/mother.tgz mother
|
|
cd mother
|
|
cp /tmp/mother.tgz ../src/
|
|
rm /tmp/mother.tgz
|