Add features to Makefile
make release - compiles with clang, uses more aggressive compilation flags for errors/warnings. CC=tcc/gcc/clang make - lets you select your wanted compiler.
This commit is contained in:
@@ -4003,6 +4003,7 @@ int main(int argc, char *argv[]) {
|
||||
break;
|
||||
case 'v':
|
||||
die("peachwm " VERSION);
|
||||
break;
|
||||
default:
|
||||
goto usage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user