6 lines
119 B
Makefile
6 lines
119 B
Makefile
all: print-version hello-world
|
|
CONTIKI = ../../..
|
|
include $(CONTIKI)/Makefile.include
|
|
print-version:
|
|
@$(CC) --version
|