Skip to content

Commit d91fbbe

Browse files
committed
count
1 parent ae2558a commit d91fbbe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: test local compile compile_system watch lint
1+
.PHONY: test local compile compile_system watch lint count
22

33
test:
44
busted
@@ -23,3 +23,6 @@ watch:
2323

2424
lint:
2525
moonc -l moonscript moon bin
26+
27+
count:
28+
wc -l $$(git ls-files | grep 'moon$$') | sort -n | tail

0 commit comments

Comments
 (0)