radare2/libr/config/Makefile
pancake fcb58f1ff7 * Lot of makefile refactoring and cleanup
- Make use of some gnu extensions to make it cleaner
  - Fixes (mostly) build system
2009-02-06 13:17:51 +01:00

7 lines
72 B
Makefile

NAME=r_config
DEPS=r_util
OBJ=config.o callback.o
include ../rules.mk