summaryrefslogtreecommitdiffstats
path: root/ship/README.markdown
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-11-06 17:49:04 +0100
committertv <tv@nomic.retiolum>2013-11-06 17:49:04 +0100
commit1afa7f72d3eae517b3eb742228931694910a087a (patch)
tree6244db6b2ccda3d0bf570e20f106f2acf283a952 /ship/README.markdown
parente1cc2aa4d5fe2f3c9f1e60a500ba55e77bd57ea9 (diff)
ship: mv README{,.markdown}
Diffstat (limited to 'ship/README.markdown')
-rw-r--r--ship/README.markdown20
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