]> git.llucax.com Git - software/makeit.git/blob - Config.mak
Support non-propagated target-specific variables
[software/makeit.git] / Config.mak
1
2 # Use debug flavor by default
3 F := dbg
4
5 # C compiler
6 CC := gcc
7
8 # Use pre-compiled headers
9 GCH := 1
10