blob: aa01f53f0d7cadc537c4df4699292d1258364c19 (
plain)
1
2
3
4
5
6
7
8
9
10
|
===============================================================================
You might want to put something like
.if defined(HILITE)
CC= hilite cc
CXX= hilite c++
.endif
in your /etc/make.conf
===============================================================================
|