Commit a72087f6 authored by Rafaël Carré's avatar Rafaël Carré

make.pl: beautify g++

parent 0b55c9c5
......@@ -37,6 +37,8 @@ while(<STDIN>)
$line =~ /^srcdir=.*/ ||
$line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ ||
$line =~ /^\sgcc\s-std=.*/ ||
$line =~ /^\sg\+\+\s.*/ ||
# $line =~ /^.*moc.*/ ||
$line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ ||
$line =~ /^.*rm\s\-f\s(.*)/ ||
$line =~ /^rm\s-fr\s(.*)/ ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment