X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/26a9ad56ff2efa79010f11c0cff1bea8c7380eb2..e0936bbdf14b05964b4a0929012d042a4d554ba0:/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;