mirror of
https://github.com/openharmony/third_party_liburing.git
synced 2026-08-28 05:10:09 -04:00
115cca320d
The example binaries statically link liburing using liburing.a file. When liburing.a is recompiled, make sure the example binaries are also recompiled to ensure changes are applied to the binaries. It makes "make clean" command optional when making changes. Signed-off-by: Alviro Iskandar Setiawan <alviro.iskandar@gnuweeb.org> Link: https://lore.kernel.org/r/20220310111231.1713588-5-alviro.iskandar@gnuweeb.org Signed-off-by: Jens Axboe <axboe@kernel.dk>