Skip to content

Commit bc607a8

Browse files
committed
Merge pull request #451 from mingwandroid/make
make: add Makefile.Debug and Makefile.Release
2 parents b3617f1 + 2470189 commit bc607a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ConfigDefault.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ sub _options_block {
166166
--type-add=make:ext:mak
167167
--type-add=make:is:makefile
168168
--type-add=make:is:Makefile
169-
--type-add=make:is:GNUmakefile
169+
--type-add=make:is:Makefile.Debug
170+
--type-add=make:is:Makefile.Release
170171
171172
# Rakefiles
172173
# http://rake.rubyforge.org/

0 commit comments

Comments
 (0)