aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skype/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/skype/Makefile b/skype/Makefile
index b838a043..245c1794 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -47,6 +47,10 @@ distclean: clean
autoclean: distclean
rm -rf aclocal.m4 autom4te.cache configure install-sh
+# take this from the kernel
+check:
+ perl checkpatch.pl --no-tree --file skype.c
+
dist:
git archive --format=tar --prefix=bitlbee-skype-$(VERSION)/ HEAD | tar xf -
mkdir -p bitlbee-skype-$(VERSION)