From e1cc2aa4d5fe2f3c9f1e60a500ba55e77bd57ea9 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 6 Nov 2013 17:44:48 +0100 Subject: ship README: talk about make interface --- ship/README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ship/README') 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 -- cgit v1.2.3 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 | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 ship/README (limited to 'ship/README') diff --git a/ship/README b/ship/README deleted file mode 100644 index 2882f732..00000000 --- a/ship/README +++ /dev/null @@ -1,20 +0,0 @@ -# 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