radare2/sys/debian/arch.mk
2015-08-09 14:06:54 +02:00

5 lines
62 B
Makefile

ARCH=$(shell uname -m)
ifeq ($(ARCH),x86_64)
ARCH=amd64
endif