From ba782e2c5c3849bba6c63e4d5a6ea67ca185063b Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 4 Oct 2014 18:34:49 -0500 Subject: docs/step_notes.txt: add step0_repl details. --- c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c') diff --git a/c/Makefile b/c/Makefile index b8d3130..e18d81f 100644 --- a/c/Makefile +++ b/c/Makefile @@ -53,7 +53,7 @@ $(BINS): %: %.o clean: rm -f $(OBJS) $(BINS) $(OTHER_OBJS) mal -.PHONY: stats tests $(TESTS) +.PHONY: stats stats-lisp tests $(TESTS) stats: $(SOURCES) @wc $^ -- cgit v1.2.3