summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ship/README19
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