Skip to content
Snippets Groups Projects
Commit 54234c9e authored by Ondřej Zajíček's avatar Ondřej Zajíček
Browse files

Build: Fix cleanup of nest/proto-build.c

parent f8276812
No related branches found
No related tags found
No related merge requests found
Pipeline #108750 passed
......@@ -219,7 +219,7 @@ install-docs:
# Cleanup
clean::
rm -f $(objdir)/sysdep/paths.h
rm -f $(objdir)/sysdep/paths.h $(objdir)/nest/proto-build.c
rm -f $(addprefix $(exedir)/,bird birdc birdcl)
find $(objdir) -name "*.[od]" -exec rm -f '{}' '+'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment