diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-03 11:59:10 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-03 11:59:10 +0400 |
commit | e0ce2c94ce5e5ec6cc2c22632f8664fd733dafca (patch) | |
tree | 14676da68f3c2f7f8a1039978c6e4ddd9a2216f8 /README.md | |
parent | 493f0002af887f372ea1798baa8f4cdc4e340cf5 (diff) | |
download | cibs-e0ce2c94ce5e5ec6cc2c22632f8664fd733dafca.tar.gz |
Typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ and it should not be included directly, unless you are doing something really sp All targets (but `clean`) provided by this module are abstract and do nothing. Other modules extend these targets. Each target has its annex `target-stamp` which does the real job. Each `*-stamp` is a file created with `touch` command. All internal -dependencies are implemented through these "stamps", but developer can use only basename +dependencies are implemented through these "stamps", but developer can use basename for target, e. g. `make unpack` instead of `make unpack-stamp`. Meaning of these targets depends on other included modules: |