radare2/config.mk
pancake 0a84b63927 * Fix build (use gcc)
- Fix issues in r_bininfo (now the test program works)
  - Properly add the static r_bininfo plugin
2009-03-23 13:22:23 +00:00

15 lines
171 B
Makefile

VERSION=0.1
RELEASE=0
DESTDIR=
OSTYPE=gnulinux
COMPILER=gcc
#COMPILER=tcc
ifeq (${RELEASE},1)
PREFIX=/usr/local
else
PREFIX=${PWD}/prefix
VERSION=`date '+%Y%m%d'`
endif