1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00

Updated README and Makefile

This commit is contained in:
Reuh 2015-08-19 16:04:50 +02:00
parent 5f6e36ac48
commit bea69d4e30
2 changed files with 3 additions and 2 deletions

View file

@ -26,7 +26,7 @@ include $(DEVKITARM)/3ds_rules
# - icon.png # - icon.png
# - <libctru folder>/default_icon.png # - <libctru folder>/default_icon.png
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
TARGET := $(notdir $(CURDIR)) TARGET := ctruLua
BUILD := build BUILD := build
SOURCES := source libs/lua-5.3.1/src SOURCES := source libs/lua-5.3.1/src
DATA := data DATA := data

View file

@ -6,7 +6,8 @@ Warning: the 'u' in the repo's name is a 'µ', not a 'u'.
#### Builds ![build status](http://thomas99.no-ip.org:3000/ctrulua.png) #### Builds ![build status](http://thomas99.no-ip.org:3000/ctrulua.png)
* Most recent working build: [here](http://thomas99.no-ip.org:3000/ctrulua/builds/latest/artifacts/ctruLua.3dsx) (warning: only tested with Citra, sometimes on real hardware) * Most recent working build: [here](http://thomas99.no-ip.org:3000/ctrulua/builds/latest/artifacts/ctruLua.3dsx) (warning: only tested with Citra, sometimes on real hardware).
* See http://thomas99.no-ip.org:3000/ctrulua/ for all the builds.
#### Build instructions #### Build instructions