From 3da90d39071ddd9a70c6adaf69fbc8f8b99346dd Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 31 Mar 2014 23:05:41 -0500 Subject: PS: add step8_macros. Use dicts rather than array block for user defined mal function type. Add fload function to setup call from a mal_function dict. --- ps/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ps/Makefile (limited to 'ps/Makefile') diff --git a/ps/Makefile b/ps/Makefile new file mode 100644 index 0000000..231e8aa --- /dev/null +++ b/ps/Makefile @@ -0,0 +1,15 @@ + +TESTS = + +SOURCES = types.ps reader.ps step8_macros.ps + +.PHONY: stats tests $(TESTS) + +stats: $(SOURCES) + @wc $^ + +tests: $(TESTS) + +$(TESTS): + @echo "Running $@"; \ + gs -q -dNODISPLAY -- $@ || exit 1; \ -- cgit v1.2.3