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