mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-30 16:40:57 +00:00
10 lines
139 B
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
|