rizin/sys/debian/radare2-dev/Makefile

14 lines
198 B
Makefile

PACKAGE_DIR=$(shell pwd)
include ./CONFIG
DEPENDS=
SUDO=
all:
$(SUDO) rm -rf control data
${MAKE} clean
mkdir -p data
cp -aRf root/* data
${MAKE} control
${MAKE} deb
include ../deb_hand.mak