diff options
Diffstat (limited to 'skype/Makefile')
-rw-r--r-- | skype/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skype/Makefile b/skype/Makefile index ec9a8343..4f7a036d 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -62,6 +62,9 @@ autoclean: distclean check: perl checkpatch.pl --no-tree --file skype.c +test: all + $(MAKE) -C t/ all + dist: git archive --format=tar --prefix=bitlbee-skype-$(VERSION)/ HEAD | tar xf - mkdir -p bitlbee-skype-$(VERSION) |