aboutsummaryrefslogtreecommitdiff
path: root/c
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-10-04 18:34:49 -0500
committerJoel Martin <github@martintribe.org>2014-10-04 18:34:49 -0500
commitba782e2c5c3849bba6c63e4d5a6ea67ca185063b (patch)
treeb53f8a4a611ce08ea8e9815dbdd75ecd66331a84 /c
parent69b4abd6efc7c65e59f73158ca93f4aa9b73116d (diff)
downloadmal-ba782e2c5c3849bba6c63e4d5a6ea67ca185063b.tar.gz
mal-ba782e2c5c3849bba6c63e4d5a6ea67ca185063b.zip
docs/step_notes.txt: add step0_repl details.
Diffstat (limited to 'c')
-rw-r--r--c/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $^