]> git.llucax.com Git - software/makeit.git/blob - Config.mak
Make internal $V flag to store @ when pretty printing
[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