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) --- ps/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ps/Makefile') diff --git a/ps/Makefile b/ps/Makefile index fd5ca70..43b5b70 100644 --- a/ps/Makefile +++ b/ps/Makefile @@ -1,12 +1,16 @@ TESTS = -SOURCES = types.ps reader.ps printer.ps env.ps core.ps stepA_more.ps +SOURCES_BASE = types.ps reader.ps printer.ps +SOURCES_LISP = env.ps core.ps stepA_more.ps +SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) .PHONY: stats tests $(TESTS) stats: $(SOURCES) @wc $^ +stats-lisp: $(SOURCES_LISP) + @wc $^ tests: $(TESTS) -- cgit v1.2.3