File tree Expand file tree Collapse file tree 3 files changed +12
-42
lines changed
Expand file tree Collapse file tree 3 files changed +12
-42
lines changed Original file line number Diff line number Diff line change 2020
2121include $(TOOLS_MAKE_LIB_DIR ) /stats/git.mk
2222include $(TOOLS_MAKE_LIB_DIR ) /stats/lloc_javascript.mk
23- include $(TOOLS_MAKE_LIB_DIR ) /stats/npm.mk
2423include $(TOOLS_MAKE_LIB_DIR ) /stats/repl.mk
2524include $(TOOLS_MAKE_LIB_DIR ) /stats/sloc_javascript.mk
2625
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818
1919# VARIABLES #
2020
21- # Define the path to the script for generating REPL language stats :
22- REPL_LANG_STATS ?= $(TOOLS_PKGS_DIR ) /scripts/repl_lang_stats
21+ # Define the path to the script for printing a statistical summary of the REPL namespace :
22+ REPL_STATS ?= $(TOOLS_PKGS_DIR ) /scripts/repl_lang_stats
2323
2424
25- # TARGETS #
25+ # RULES #
2626
27- # Compute REPL language stats.
27+ # /
28+ # Prints a statistical summary of the REPL namespace.
2829#
29- # This target computes REPL language statistics.
30-
31- stats-repl-lang : $(REPL_LANG_STATS )
32- $(QUIET ) $(MAKE_EXECUTABLE ) $(REPL_LANG_STATS )
33- $(QUIET ) NODE_PATH=" $( NODE_PATH) " $(REPL_LANG_STATS )
30+ # @example
31+ # make stats-repl
32+ # /
33+ stats-repl : $(REPL_STATS )
34+ $(QUIET ) $(MAKE_EXECUTABLE ) $(REPL_STATS )
35+ $(QUIET ) NODE_PATH=" $( NODE_PATH) " $(REPL_STATS )
3436
35- .PHONY : stats-repl-lang
37+ .PHONY : stats-repl
You can’t perform that action at this time.
0 commit comments