thirdculture-werc/sites/plan9.stanleylieber.com/mother/mkfile
2025-08-22 01:50:41 +00:00

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