16 lines
487 B
Text
16 lines
487 B
Text
|
#------------------------------------------------------------------------------
|
||
|
# $File: make,v 1.1 2011/12/08 12:12:46 rrt Exp $
|
||
|
# make: file(1) magic for makefiles
|
||
|
#
|
||
|
0 regex \^CFLAGS makefile script text
|
||
|
!:mime text/x-makefile
|
||
|
0 regex \^LDFLAGS makefile script text
|
||
|
!:mime text/x-makefile
|
||
|
0 regex \^all: makefile script text
|
||
|
!:mime text/x-makefile
|
||
|
0 regex \^.PRECIOUS makefile script text
|
||
|
!:mime text/x-makefile
|
||
|
|
||
|
0 regex \^SUBDIRS automake makefile script text
|
||
|
!:mime text/x-makefile
|