1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/test_thread_msg/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