Browse Source

+ service Makefile

master
Alex 'AdUser' Z 8 years ago
parent
commit
62f60d387f
  1. 7
      Makefile

7
Makefile

@ -0,0 +1,7 @@
all: lint tests
lint:
find lib/ -name '*.pm' -exec perl -Ilib -c {} \;
tests:
prove -l -r
Loading…
Cancel
Save