diff options
author | Weiping Zhang <zhangweiping@didiglobal.com> | 2019-05-22 00:50:13 +0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-05-21 10:52:20 -0600 |
commit | 2e719820d47cdb48308265f95547d2c9458bbfe7 (patch) | |
tree | 85c996c050a8c80e7ab1c216933c273cbf6931a6 /Makefile | |
parent | 829f6a9a93f99231cf1cda088816cce013ec393c (diff) |
clean examples when make clean
Signed-off-by: Weiping Zhang <zhangweiping@didiglobal.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |