radare2/dist/macos/Makefile

10 lines
139 B
Makefile

all:
cd ../.. && dist/macos/build-pkg.sh
cp -f ../../sys/osx-pkg/*.pkg .
install:
installer -pkg *.pkg -target /
clean:
rm -rf *.pkg