X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/26a9ad56ff2efa79010f11c0cff1bea8c7380eb2..ea6ffc86747062fbbe54d16e6929582f09e4342d:/mkfiles.pl diff --git a/mkfiles.pl b/mkfiles.pl index ad364cd..541a44d 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/env perl # # Cross-platform Makefile generator. # @@ -17,6 +17,7 @@ # - special-define objects (foo.o[PREPROCSYMBOL]) are not # supported in the mac or vcproj makefiles. +use warnings; use IO::Handle; use Cwd;