mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-05 03:56:46 +00:00
5 lines
62 B
Makefile
5 lines
62 B
Makefile
ARCH=$(shell uname -m)
|
|
ifeq ($(ARCH),x86_64)
|
|
ARCH=amd64
|
|
endif
|