mirror of
https://github.com/rizinorg/rizin
synced 2026-08-22 20:26:16 -04:00
6 lines
99 B
Makefile
6 lines
99 B
Makefile
all: bins
|
|
|
|
bins:
|
|
git clone --depth 1 https://github.com/rizinorg/rizin-testbins bins
|
|
|
|
.PHONY: all
|