]> git.llucax.com Git - software/makeit.git/blob - Config.mak
Add varcat function to variables together
[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 precompiled headers
9 GCH := 1
10