8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
|
# Generic Unix configuration
|
||
|
LIB_EXTENSION = so
|
||
|
OBJ_EXTENSION = o
|
||
|
LIBFLAG = -shared
|
||
|
|
||
|
_src = dir_unix.c
|
||
|
_cflags = -I$(LUA_INCDIR)
|