mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-05 21:17:07 +00:00
0a84b63927
- Fix issues in r_bininfo (now the test program works) - Properly add the static r_bininfo plugin
15 lines
171 B
Makefile
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
|