diff options
author | Steven Barth <steven@midlink.org> | 2008-07-19 10:27:23 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-19 10:27:23 +0000 |
commit | 3b7e4eaaf8bb2970c0488c39695e0179d5a78f69 (patch) | |
tree | c60dc0b6e0e14e0acaa0bcbb360213bf3777af8a /contrib/luaposix/Makefile | |
parent | 2213c82b47e09373f48950763409704660947f92 (diff) |
Added non-stripped debug target for LuCI
Diffstat (limited to 'contrib/luaposix/Makefile')
-rw-r--r-- | contrib/luaposix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/luaposix/Makefile b/contrib/luaposix/Makefile index a72db3cb6..e9433bf58 100644 --- a/contrib/luaposix/Makefile +++ b/contrib/luaposix/Makefile @@ -38,6 +38,8 @@ compile: $(LUAPOSIX_DIR)/.patched cp $(LUAPOSIX_DIR)/posix.so dist$(LUA_LIBRARYDIR) luasource: +luastrip: +luacompile: compile-all: compile clean: |