diff options
Diffstat (limited to 'ship/README.markdown')
| -rw-r--r-- | ship/README.markdown | 20 | 
1 files changed, 20 insertions, 0 deletions
| diff --git a/ship/README.markdown b/ship/README.markdown new file mode 100644 index 00000000..2882f732 --- /dev/null +++ b/ship/README.markdown @@ -0,0 +1,20 @@ +# ship - shellscript installation processor + + +## Make Interface + +  Build all executables from `src/` into `tmp/`: + +    make [all] + +  Build all executables into `tmp/` and `//bin/`: + +    make install + +  Undo `make [all]`: + +    make clean + +  Undo `make install`: + +    make distclean | 
