diff options
author | tv <tv@nomic.retiolum> | 2013-11-06 17:49:04 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-11-06 17:49:04 +0100 |
commit | 1afa7f72d3eae517b3eb742228931694910a087a (patch) | |
tree | 6244db6b2ccda3d0bf570e20f106f2acf283a952 /ship/README | |
parent | e1cc2aa4d5fe2f3c9f1e60a500ba55e77bd57ea9 (diff) |
ship: mv README{,.markdown}
Diffstat (limited to 'ship/README')
-rw-r--r-- | ship/README | 20 |
1 files changed, 0 insertions, 20 deletions
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 |