# 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