Blame view

RIOT/pkg/u8g2/Makefile 202 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
9
10
  PKG_NAME=u8g2
  PKG_URL=https://github.com/olikraus/u8g2
  PKG_VERSION=2c9ca376e0e0eaa496494926ccfd77b035518c8d
  
  .PHONY: all
  
  all: git-download
  	"$(MAKE)" -C $(PKG_BUILDDIR)
  
  include $(RIOTBASE)/pkg/pkg.mk