mirror of
https://github.com/gosticks/RIOT.git
synced 2026-01-29 21:17:36 +00:00
10 lines
193 B
Makefile
10 lines
193 B
Makefile
# name of your project
|
|
export PROJECT = test_thread_msg
|
|
|
|
export BOARD ?= native
|
|
|
|
# the absolute path of the RIOT-base dir
|
|
export RIOTBASE =$(CURDIR)/../..
|
|
|
|
include $(RIOTBASE)/Makefile.include
|