summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-09-25 16:09:39 -0400
committerPatrick Uiterwijk <puiterwijk@redhat.com>2014-10-06 19:55:12 +0200
commitf2e8afd77eac38543622134623d48fc4b7566ec1 (patch)
tree1d436c78c69c445a2373067fe9c57afb9a375cd6 /Makefile
parenta61d6f1b713836d0614eaa6f1ea033420e73dd6f (diff)
downloadipsilon-f2e8afd77eac38543622134623d48fc4b7566ec1.tar.gz
ipsilon-f2e8afd77eac38543622134623d48fc4b7566ec1.tar.xz
ipsilon-f2e8afd77eac38543622134623d48fc4b7566ec1.zip
Add make cscope target
Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 267772b..8f904fa 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,10 @@ ui-node: less/ipsilon.less less/admin.less
lessc --clean-css less/admin.less ui/css/admin.css
clean:
- rm -fr testdir
+ rm -fr testdir cscope.out
+
+cscope:
+ git ls-files | xargs pycscope -i .filelist
lp-test:
pylint -d c,r,i,W0613 -r n -f colorized \