398ed46776
Add BearSSL extra + http_get example, TLS server example
6 lines
146 B
Makefile
6 lines
146 B
Makefile
PROGRAM=http_get_bearssl
|
|
EXTRA_COMPONENTS = extras/bearssl
|
|
|
|
EXTRA_CFLAGS +=-DCONFIG_EPOCH_TIME=$(shell date --utc '+%s')
|
|
|
|
include ../../common.mk
|