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
|