7 lines
124 B
Makefile
7 lines
124 B
Makefile
PROJECT = test_pthread_cleanup
|
|
include ../Makefile.tests_common
|
|
|
|
USEMODULE += pthread
|
|
|
|
include $(RIOTBASE)/Makefile.include
|