1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/projects/blinker/Jamfile

7 lines
151 B
Plaintext

SubDir TOP projects hello-world ;
# LOCATE_TARGET = $(SEARCH_SOURCE)/bin ;
Library hello-world : main.c ;
LinkLibraries $(BOARD).elf : hello-world ;