aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3044d9b2..27d420a8 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ clean: $(subdirs)
distclean: clean $(subdirs)
rm -f Makefile.settings config.h bitlbee.pc
find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \;
- $(MAKE) -C test distclean
+ $(MAKE) -C tests distclean
check: all
$(MAKE) -C tests