1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/monocypher: pkg/tweetnacl: remove inconsitent use of

This commit is contained in:
Alexandre Abadie 2020-06-10 14:24:59 +02:00
parent 3209f7ce0c
commit b76bf294ec
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ PKG_LICENSE=CC-0
include $(RIOTBASE)/pkg/pkg.mk
all:
$(Q)"$(MAKE)" -C $(PKG_BUILDDIR)/src
"$(MAKE)" -C $(PKG_BUILDDIR)/src

View File

@ -6,4 +6,4 @@ PKG_LICENSE=PD
include $(RIOTBASE)/pkg/pkg.mk
all:
$(Q)"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.riot
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.riot