mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-10 21:18:10 +00:00
6 lines
76 B
Makefile
6 lines
76 B
Makefile
|
define LIBMAPLE_MODULE_template
|
||
|
dir := $(1)
|
||
|
include $$(dir)/rules.mk
|
||
|
endef
|
||
|
|