radare2/libr/reg/Makefile
pancake a371f53a0f * Fix build of r_debug/r_core (little api changes)
* Initial import of the new design or r_reg
  - Needs to be implemented at all, but the big
    picture is here :)
2009-09-18 20:11:42 +02:00

5 lines
58 B
Makefile

NAME=r_reg
OBJ=reg.o arena.o value.o
include ../rules.mk