Skip to content

Commit 06aac83

Browse files
committed
'clean': target.mk -> target.gyp.mk
1 parent 50f572b commit 06aac83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/clean.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if (process.platform == 'win32') {
2626
targets.push('out')
2727
targets.push('Makefile.gyp')
2828
targets.push('*.Makefile')
29-
targets.push('*.target.mk')
29+
targets.push('*.target.gyp.mk')
3030
}
3131
if (process.platform == 'darwin') {
3232
// Remoge the 'gyp-mac-tool' on Darwin

0 commit comments

Comments
 (0)