1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/lua/Makefile
Alexandre Abadie 9464c34467
pkg: don't copy Makefile in package build directory
Instead use the '-f' option of the make command
2020-06-12 18:44:48 +02:00

11 lines
242 B
Makefile

PKG_NAME=lua
PKG_URL=https://github.com/lua/lua.git
# tag: v5-3-4
PKG_VERSION=e354c6355e7f48e087678ec49e340ca0696725b1
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk
all: Makefile.lua
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.lua