mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 02:53:06 +00:00
Merge branch 'master' of https://github.com/keplerproject/luafilesystem
This commit is contained in:
4
Makefile
4
Makefile
@@ -18,8 +18,8 @@ test: lib
|
||||
LUA_CPATH=./src/?.so lua tests/test.lua
|
||||
|
||||
install:
|
||||
mkdir -p $(LUA_LIBDIR)
|
||||
cp src/lfs.so $(LUA_LIBDIR)
|
||||
mkdir -p $(DESTDIR)$(LUA_LIBDIR)
|
||||
cp src/lfs.so $(DESTDIR)$(LUA_LIBDIR)
|
||||
|
||||
clean:
|
||||
rm -f src/lfs.so $(OBJS)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
LIBRARY lfs.dll
|
||||
VERSION 1.6
|
||||
VERSION 1.7
|
||||
EXPORTS
|
||||
luaopen_lfs
|
||||
|
||||
Reference in New Issue
Block a user