From 1afa7f72d3eae517b3eb742228931694910a087a Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 6 Nov 2013 17:49:04 +0100 Subject: ship: mv README{,.markdown} --- ship/README.markdown | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ship/README.markdown (limited to 'ship/README.markdown') 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 -- cgit v1.2.3