mbox series

[net-next,0/2] tools: ynl: clean up make clean

Message ID 20240301235609.147572-1-kuba@kernel.org (mailing list archive)
Headers show
Series tools: ynl: clean up make clean | expand

Message

Jakub Kicinski March 1, 2024, 11:56 p.m. UTC
First change renames the clean target which removes build results,
to a more common name. Second one ensures that clean deletes __pycache__. 

Jakub Kicinski (2):
  tools: ynl: rename make hardclean -> distclean
  tools: ynl: remove __pycache__ during clean

 tools/net/ynl/Makefile           | 2 +-
 tools/net/ynl/generated/Makefile | 4 ++--
 tools/net/ynl/lib/Makefile       | 3 ++-
 tools/net/ynl/samples/Makefile   | 2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)