
#获取架构
ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
all:
	cp ./template/${ARCH}/* ./config/
