fixed minor bugs
[deployable.git] / Makefile
blob297d46e6a3252deef6d91d4e8805ecaab14137e5
1 remote-at: remote
2 ./mobundle --body-from remote --head-from-paragraph -o remote-at \
3 -m Archive::Tar -m Archive::Tar::Constant -m Archive::Tar::File
4 chmod +x remote-at
6 bundle/deployable: deployable remote
7 mkdir -p bundle
8 ./mobundle -PB deployable -o bundle/deployable \
9 -m Text::Glob -m Number::Compare -m File::Find::Rule
10 cat remote >> bundle/deployable
11 chmod +x bundle/deployable
13 bundled: bundle/deployable