mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-06 11:08:42 +00:00
117dc4e5e3
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
7 lines
120 B
Makefile
7 lines
120 B
Makefile
CONTIKI_PROJECT = ccm-test sha256-test
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
CONTIKI = ../../..
|
|
include $(CONTIKI)/Makefile.include
|