commit 4ceb94763318c5098d9540fa05a8e116cd1118b3
parent c4b5984cde40f6d19ceebc8b76fecb235c5199e8
Author: Joris Vink <joris@coders.se>
Date: Tue, 30 Apr 2019 20:38:12 +0200
add async-curl example to the makefile
Diffstat:
examples/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/examples/Makefile b/examples/Makefile
@@ -12,7 +12,8 @@
CURDIR= $(shell pwd)
KODEV= /tmp/kore_releng/bin/kodev
-EXAMPLES= cookies \
+EXAMPLES= async-curl \
+ cookies \
cpp \
generic \
headers \