Changeset 16304ab for skype/Makefile


Ignore:
Timestamp:
2009-01-07T02:31:20Z (15 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
bc744df
Parents:
62f51ee9
Message:

add a check target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    r62f51ee9 r16304ab  
    4848        rm -rf aclocal.m4 autom4te.cache configure install-sh
    4949
     50# take this from the kernel
     51check:
     52        perl checkpatch.pl --no-tree --file skype.c
     53
    5054dist:
    5155        git archive --format=tar --prefix=bitlbee-skype-$(VERSION)/ HEAD | tar xf -
Note: See TracChangeset for help on using the changeset viewer.