diff options
Diffstat (limited to 'magic/Magdir/make')
-rw-r--r-- | magic/Magdir/make | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/magic/Magdir/make b/magic/Magdir/make index 131c23a4..f522b4f1 100644 --- a/magic/Magdir/make +++ b/magic/Magdir/make @@ -1,5 +1,5 @@ #------------------------------------------------------------------------------ -# $File: make,v 1.2 2015/08/25 07:34:06 christos Exp $ +# $File: make,v 1.4 2018/05/29 17:26:02 christos Exp $ # make: file(1) magic for makefiles # # URL: https://en.wikipedia.org/wiki/Make_(software) @@ -17,13 +17,20 @@ # Reference: https://www.freebsd.org/cgi/man.cgi?make(1) # exclude grub-core\lib\libgcrypt\mpi\Makefile.am with "#BEGIN_ASM_LIST" # by additional escaping point character -0 regex/100l \^\\.BEGIN BSD makefile script text with "%s" +0 regex/100l \^\\.BEGIN BSD makefile script text !:mime text/x-makefile !:ext /mk +!:strength +10 # exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT" # and NSIS script with "!include" by additional escaping point character -0 regex/100l \^\\.include BSD makefile script text with "%s" +0 regex/100l \^\\.include BSD makefile script text !:mime text/x-makefile !:ext /mk +!:strength +10 +0 regex/100l \^\\.endif BSD makefile script text +!:mime text/x-makefile +!:ext /mk +!:strength +10 0 regex/100l \^SUBDIRS automake makefile script text !:mime text/x-makefile +!:strength +10 |