Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix make linecount
  • Loading branch information
Soeren Sonnenburg committed Mar 1, 2012
1 parent e2a16a6 commit 013f6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -102,7 +102,7 @@ linecount:
@echo -n "SWIG header files (.i):"
@cat `find ./interfaces -type f -name '*.i'` | grep -vc '^ *$$'
@echo -n "Total:"
@(cat `find ./ -type f -name '*.cpp' -o -name '*.c' -o -name '*.h'`; cat `find ./interfaces -type f -o -name '*.i'`) | grep -vc '^ *$$'
@(cat `find ./ -type f -name '*.cpp' -o -name '*.c' -o -name '*.h'`; cat `find ./interfaces -type f -name '*.i'`) | grep -vc '^ *$$'

ChangeLog:
git log --name-status --graph >$@

0 comments on commit 013f6d2

Please sign in to comment.