mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
217 B
Makefile
10 lines
217 B
Makefile
PKG_NAME=monocypher
|
|
PKG_URL=https://github.com/LoupVaillant/Monocypher
|
|
PKG_VERSION=ff334e288a667c5cd8500c04d1e2ebd601b9f215
|
|
PKG_LICENSE=CC-0
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
$(Q)"$(MAKE)" -C $(PKG_BUILDDIR)/src
|