radare2/libr/lang/Makefile
pancake f950dcb33c * Add RIOMap in r_core_file_open
- RCore.file_open() now accepts one more arg for offset
  - Fix RIO api issues related to RIOMap and opening multiple files
  - Fix infinite loop and simplify design
  - Added test case to ensure it does not breaks
* Fix build of r_lang in OSX (thanks @capri_x)
* Remove debugging printfs
* io.ffio is now true by default
2011-02-12 01:52:41 +01:00

6 lines
62 B
Makefile

NAME=r_lang
OBJ=lang.o
DEPS=r_util r_lib
include ../rules.mk