aboutsummaryrefslogtreecommitdiff
path: root/config.mk
blob: c1946ee679eb39729398cc498805392a17ad3b1f (plain)
1
2
3
4
5
6
7
8
9

VERSION = 0.7

ENABLE_INTEL = 1
ENABLE_NOUVEAU = 1

CFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=700

PREFIX=/usr/local