Skip to content

Commit

Permalink
cmm: Fix Makefile clean target
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Jan 6, 2024
1 parent 8f350d0 commit d79f2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hacking/cargo-manifest-management/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ none:

.PHONY: clean
clean:
rm -rf $(target_dir) $(blueprint)
rm -rf tool/target $(blueprint)

.PHONY: $(blueprint)
$(blueprint):
Expand Down

0 comments on commit d79f2d8

Please sign in to comment.