1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00
chrysn c3ebae38f7 examples/rust: Simplify Makefiles
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.
2025-02-21 23:52:11 +01:00

6 lines
111 B
Makefile

include ../Makefile.tests_common
APPLICATION_RUST_MODULE = rust_minimal
include $(RIOTBASE)/Makefile.include