diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-19 23:59:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-19 23:59:14 +0200 |
commit | 16d8d4639da95e649712ad7efbc57ee4cc6e6662 (patch) | |
tree | 4e68c6e983d6167ba4e9829ea1e9e5124968cf10 /Makefile | |
parent | add reachable to glossary (diff) | |
download | using-git-16d8d4639da95e649712ad7efbc57ee4cc6e6662.tar.gz using-git-16d8d4639da95e649712ad7efbc57ee4cc6e6662.tar.bz2 using-git-16d8d4639da95e649712ad7efbc57ee4cc6e6662.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ uninstall: .PHONY: clean clean: - -rn -r -- bin obj + -rm -r -- bin obj ## Texinfo manual section |