aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2009-01-07 03:31:20 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2009-01-07 03:31:20 +0100
commit16304ab9596145e5b72432769ade8c6b333e82e0 (patch)
treea32a08a4a0616dc4e23227060b41e7f4a8b156e8
parent62f51ee9e0bac8184fa140fe46f2ca4a2d84038e (diff)
add a check target
-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)