From 712af9efbe15a9a65c25ab92ee2a49c8e749ed3d Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 10 Apr 2014 19:27:42 -0500 Subject: Add stats-lisp target (only env, core, stepA) --- php/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php/Makefile') diff --git a/php/Makefile b/php/Makefile index e7ea51d..9b91421 100644 --- a/php/Makefile +++ b/php/Makefile @@ -1,13 +1,16 @@ TESTS = -SOURCES = readline.php types.php reader.php printer.php \ - env.php core.php stepA_more.php +SOURCES_BASE = readline.php types.php reader.php printer.php +SOURCES_LISP = env.php core.php stepA_more.php +SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) .PHONY: stats tests $(TESTS) stats: $(SOURCES) @wc $^ +stats-lisp: $(SOURCES_LISP) + @wc $^ tests: $(TESTS) -- cgit v1.2.3