mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
13 lines
252 B
Makefile
13 lines
252 B
Makefile
|
PKG_NAME=lua
|
||
|
PKG_URL=https://github.com/lua/lua.git
|
||
|
PKG_VERSION=e354c6355e7f48e087678ec49e340ca0696725b1
|
||
|
PKG_LICENSE=MIT
|
||
|
|
||
|
.PHONY: all
|
||
|
|
||
|
all:
|
||
|
@cp Makefile.lua $(PKG_BUILDDIR)
|
||
|
"$(MAKE)" -C $(PKG_BUILDDIR) -f Makefile.lua
|
||
|
|
||
|
include $(RIOTBASE)/pkg/pkg.mk
|