Skip to content

Commit

Permalink
improve make sloc: 7989 core
Browse files Browse the repository at this point in the history
SLOC	Directory	SLOC-by-Language (Sorted)
29534   syn             ansic=24983,yacc=4166,sh=259,perl=72,java=54
23899   lib             ansic=23354,cpp=545
7989    core            ansic=7989
754     front           ansic=754

Totals grouped by language (dominant language first):
ansic:        57080 (91.80%)
yacc:          4166 (6.70%)
cpp:            545 (0.88%)
sh:             259 (0.42%)
perl:            72 (0.12%)
java:            54 (0.09%)
  • Loading branch information
Reini Urban committed Oct 9, 2013
1 parent 5de38f3 commit f085cf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,8 @@ TAGS: ${SRC} core/*.h

sloc: clean
@mv syn/greg.c syn/greg-c.tmp
@sloccount core syn front
-@rm core/syntax*.c
@sloccount core lib syn front
@mv syn/greg-c.tmp syn/greg.c

todo:
Expand Down

0 comments on commit f085cf1

Please sign in to comment.