7 lines
150 B
Makefile
7 lines
150 B
Makefile
# Copyright (c) 2012 William Hubbs <w.d.hubbs@gmail.com>
|
|
# Released under the 2-clause BSD license.
|
|
|
|
ifeq (${MKPREFIX},yes)
|
|
CPPFLAGS+= -DPREFIX
|
|
endif
|