summaryrefslogtreecommitdiffstats
path: root/ship/README.markdown
blob: 2882f73278a55be04dea857eaf4f9c75b3fc0a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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