aboutsummaryrefslogtreecommitdiff
path: root/c
diff options
context:
space:
mode:
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 $^