diff options
author | tv <tv@nomic.retiolum> | 2013-11-06 17:44:48 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-11-06 17:44:48 +0100 |
commit | e1cc2aa4d5fe2f3c9f1e60a500ba55e77bd57ea9 (patch) | |
tree | 820032ed379899a87acaa197d6db0f69e79201cf /ship/README | |
parent | f66bcf8e0527a1c08445ce0cbf327d5b20045b09 (diff) |
ship README: talk about make interface
Diffstat (limited to 'ship/README')
-rw-r--r-- | ship/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ship/README b/ship/README index b824b503..2882f732 100644 --- a/ship/README +++ b/ship/README @@ -1 +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 |