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