mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 16:39:29 +00:00
Moved lzlib to the libs directory (cleaner)
This commit is contained in:
parent
406e17d321
commit
4aad32d5ab
23 changed files with 2593 additions and 991 deletions
2
Makefile
2
Makefile
|
|
@ -30,7 +30,7 @@ TARGET := ctruLua
|
|||
BUILD := build
|
||||
SOURCES := source libs/lua-5.3.1/src
|
||||
DATA := data
|
||||
INCLUDES := include libs/lua-5.3.1/src
|
||||
INCLUDES := include libs/lua-5.3.1/src libs/lzlib
|
||||
|
||||
APP_TITLE := ctruLua
|
||||
APP_DESCRIPTION := Lua for the 3DS. Yes, it works.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue