summaryrefslogtreecommitdiffstats
path: root/ship/README.markdown
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2013-11-06 18:22:50 +0100
committerlassulus <lassulus@googlemail.com>2013-11-06 18:22:50 +0100
commitb8035a82c362d24c2adf464a1c99fcc098b743c4 (patch)
tree039ebc8342f5889ba2344df74e7fd0bc65792bfb /ship/README.markdown
parent401ca308d6f1c501788729433a9e3c58ddfab590 (diff)
parent1afa7f72d3eae517b3eb742228931694910a087a (diff)
Merge branch 'master' of github.com:krebscode/painload
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