6 lines
46 B
Makefile
6 lines
46 B
Makefile
|
ifndef ARCH
|
||
|
ARCH = $(shell uname -m)
|
||
|
endif
|
||
|
|
||
|
|