summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeiping Zhang <zhangweiping@didiglobal.com>2019-05-22 00:50:13 +0800
committerJens Axboe <axboe@kernel.dk>2019-05-21 10:52:20 -0600
commit2e719820d47cdb48308265f95547d2c9458bbfe7 (patch)
tree85c996c050a8c80e7ab1c216933c273cbf6931a6
parent829f6a9a93f99231cf1cda088816cce013ec393c (diff)
clean examples when make clean
Signed-off-by: Weiping Zhang <zhangweiping@didiglobal.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 37ee081..d42dd45 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ clean:
@rm -f config-host.mak config-host.h cscope.out
@$(MAKE) -C src clean
@$(MAKE) -C test clean
+ @$(MAKE) -C examples clean
cscope:
@cscope -b -R