mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-07 21:31:37 +00:00
7 lines
120 B
Makefile
7 lines
120 B
Makefile
|
CONTIKI_PROJECT = ccm-test sha256-test
|
||
|
|
||
|
all: $(CONTIKI_PROJECT)
|
||
|
|
||
|
CONTIKI = ../../..
|
||
|
include $(CONTIKI)/Makefile.include
|