Makefile 273 Bytes
PKG_NAME=aversiveplusplus
PKG_URL=https://github.com/AversivePlusPlus/AversivePlusPlus.git
PKG_VERSION=7189e63551fd156719528016d585d870996d8834

.PHONY: all

all: git-download
	(cd $(PKG_BUILDDIR) && git submodule update --init --recursive)

include $(RIOTBASE)/pkg/pkg.mk