Blame view

RIOT/pkg/aversiveplusplus/Makefile 273 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
9
10
  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