mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 23:11:19 +01:00
The APPLICATION_RUST_MODULE declaration is moved to a more prominent position, given that it is now not part of a cesspool of boilerplate any more.
6 lines
111 B
Makefile
6 lines
111 B
Makefile
include ../Makefile.tests_common
|
|
|
|
APPLICATION_RUST_MODULE = rust_minimal
|
|
|
|
include $(RIOTBASE)/Makefile.include
|