diff options
| author | Paul Buetow <paul@buetow.org> | 2012-04-19 22:23:55 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-04-19 22:23:55 +0200 |
| commit | c16d12685eaeb94a57dcd6d72945d7d892561e5e (patch) | |
| tree | 65987593fcb64aa6e5489d36a15d2609899b6cd1 /Makefile | |
| parent | 3e72736ade1ef4aa1fe3a05bc4b1f203f5a7d1ab (diff) | |
add Makefile and perltidy
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..813e4f1 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +perltidy: + find . -name \*.pm | xargs perltidy -b + find . -name \*.pl | xargs perltidy -b |
