From 5fab12c305f3db43f6c93e8f70564017f252a8cb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sun, 20 Sep 2020 18:46:04 -0400 Subject: Added code counting script and inline plots. Removed redundant stats link. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index e289e6fe..396b1b29 100644 --- a/src/Makefile +++ b/src/Makefile @@ -461,3 +461,4 @@ clean-deps: sources = ../core ../modules/ansi_c ../modules/lua ../modules/textadept \ textadept.c Makefile ../init.lua count: $(cloc) ; perl $< $(sources) --not-match-f=tadoc.lua +plots: ; ../scripts/gen_plots.sh -- cgit v1.2.3