mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-22 14:30:11 +00:00
3dbe4c9403
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
7 lines
129 B
Makefile
7 lines
129 B
Makefile
CONTIKI_PROJECT = ecb-test ccm-test sha256-test
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
CONTIKI = ../../..
|
|
include $(CONTIKI)/Makefile.include
|