summaryrefslogtreecommitdiff
path: root/mk/config-default.mk
blob: d8db456e278da9679f99b6ef58949c8a425e6c36 (plain)
1
2
3
4
5
6
7
8
CC := gcc
CXX := g++

# AR is a make default but won't hurt spelling it out :)
AR := ar
RANLIB := ranlib

OPEN_GL_LIBS := -lGL -lGLU