summaryrefslogtreecommitdiff
path: root/tagstats/Makefile
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2011-05-08 15:29:06 +0200
committerJochen Topf <jochen@topf.org>2011-05-08 15:29:06 +0200
commit9f35520f1836182907210f85e1bc03ec3942c253 (patch)
tree25a2ba0411b83f326a5cab74fce4a7fc9e04f76f /tagstats/Makefile
parentdd212cb3a3d5bfd2ce739f600a45e0efa1b0b3d9 (diff)
downloadtaginfo-9f35520f1836182907210f85e1bc03ec3942c253.tar
taginfo-9f35520f1836182907210f85e1bc03ec3942c253.tar.gz
Cleanup.
Initialize iterators directly instead of using assignment. Use const_iterator where possible. ...
Diffstat (limited to 'tagstats/Makefile')
-rw-r--r--tagstats/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tagstats/Makefile b/tagstats/Makefile
index ddcab35..bb28d29 100644
--- a/tagstats/Makefile
+++ b/tagstats/Makefile
@@ -35,6 +35,9 @@ tagstats: tagstats.cpp tagstats_handler.hpp string_store.hpp geodistribution.hpp
check:
cppcheck --enable=all tagstats.cpp
+indent:
+ astyle --style=java --indent-namespaces --indent-switches --pad-header --suffix=none \*.hpp \*.cpp
+
install:
install -m 755 tagstats ../sources/db/tagstats