aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorxavi <xavi@noreply.localhost>2023-11-20 16:47:53 +0100
committerxavi <xavi@noreply.localhost>2023-11-20 16:47:53 +0100
commitb94f76033f72d4eba629a6473a2b301dd7988f97 (patch)
treeadac8adce7dc9ce6c0f880c0439cd9f3b39527ab /examples/Makefile
parent8f1ad3124e9e063ca0ee7c2548c747b20de3529d (diff)
parentdc8b14d99028b9235aa7d7633906a979aa08e4f9 (diff)
downloadlibweb-b94f76033f72d4eba629a6473a2b301dd7988f97.tar.gz
Merge pull request 'Add support for HTTP `PUT`' (#3) from midokura-xavi/libweb:put into master
Reviewed-on: https://gitea.privatedns.org/xavi/libweb/pulls/3
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