add async-curl example to the makefile

This commit is contained in:
Joris Vink 2019-04-30 20:38:12 +02:00
parent c4b5984cde
commit 4ceb947633
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@
CURDIR= $(shell pwd)
KODEV= /tmp/kore_releng/bin/kodev
EXAMPLES= cookies \
EXAMPLES= async-curl \
cookies \
cpp \
generic \
headers \