Blame view

RIOT/pkg/microcoap/Makefile 228 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
  PKG_NAME=microcoap
  PKG_URL=https://github.com/1248/microcoap.git
  PKG_VERSION=ef272895925f0d4c563725fe0102966f544a0fdc
  PKG_LICENSE=MIT
  
  .PHONY: all
  
  all: git-download
  	"$(MAKE)" -C $(PKG_BUILDDIR)
  
  include $(RIOTBASE)/pkg/pkg.mk