mirror of
https://github.com/Vita3K/unicorn.git
synced 2024-11-23 05:19:40 +00:00
Fix document file extension
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
This commit is contained in:
parent
d15b128ef3
commit
adcedea8e4
@ -1,5 +1,5 @@
|
|||||||
This directory contains bindings & test code for Python, Java, Go, .NET and MSVC.
|
This directory contains bindings & test code for Python, Java, Go, .NET and MSVC.
|
||||||
See <language>/README or <language>/README.TXT for how to install each binding.
|
See <language>/README or <language>/README.TXT or <language>/README.md for how to install each binding.
|
||||||
|
|
||||||
The following bindings are contributed by community.
|
The following bindings are contributed by community.
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# By Nguyen Anh Quynh, 2015
|
# By Nguyen Anh Quynh, 2015
|
||||||
|
|
||||||
# This file contains all customized compile options for Unicorn emulator.
|
# This file contains all customized compile options for Unicorn emulator.
|
||||||
# Consult COMPILE.TXT & docs/README for more details.
|
# Consult docs/COMPILE.md & docs/README.md for more details.
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Compile with debug info when you want to debug code.
|
# Compile with debug info when you want to debug code.
|
||||||
|
Loading…
Reference in New Issue
Block a user