X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/4877ec8d0d0d4dfac61b4858bb1cf6a5bb661f76..63f305ff4329c3d56ad2d5b22dbf20873fd6f627:/mkfiles.pl diff --git a/mkfiles.pl b/mkfiles.pl index 118667bb..0a535a32 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/env perl # # Cross-platform Makefile generator. # @@ -15,6 +15,7 @@ # # FIXME: no attempt made to handle !forceobj in the project files. +use warnings; use FileHandle; use Cwd;