7 lines
148 B
Makefile
7 lines
148 B
Makefile
# Created by: Martin Matuska <martin@matuska.org>
|
|
|
|
LUASQL_DRIVER= postgres
|
|
|
|
MASTERDIR= ${.CURDIR}/../luasql-mysql
|
|
|
|
.include "${MASTERDIR}/Makefile"
|