aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorXavier Del Campo <xavier.delcampo@midokura.com>2023-11-17 16:34:45 +0100
committerXavier Del Campo <xavier.delcampo@midokura.com>2023-11-20 16:34:24 +0100
commitdc8b14d99028b9235aa7d7633906a979aa08e4f9 (patch)
treeadac8adce7dc9ce6c0f880c0439cd9f3b39527ab /examples/Makefile
parent1750bbd7ec7277375c0ccd815cd2aed541e7e862 (diff)
downloadlibweb-dc8b14d99028b9235aa7d7633906a979aa08e4f9.tar.gz
Add PUT server example
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 672f209..6d99b4f 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -3,7 +3,8 @@
all: \
headers \
hello \
- html
+ html \
+ put
clean:
+cd hello && $(MAKE) clean