aboutsummaryrefslogtreecommitdiffstats
path: root/skype/t/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'skype/t/Makefile')
-rw-r--r--skype/t/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/t/Makefile b/skype/t/Makefile
index be960f24..9c5e95f9 100644
--- a/skype/t/Makefile
+++ b/skype/t/Makefile
@@ -9,7 +9,7 @@ tests := $(patsubst %.test,%,$(testfiles))
.PHONY: $(tests)
-default: $(tests)
+all: $(tests)
@echo "passed $$(echo $(testfiles)|wc -w) tests."
$(tests): % : %.test