Skip to content

Commit

Permalink
Moved .done files into a subdirectory, part 2
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Nov 22, 2023
1 parent f864e97 commit a6a5224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ clean:
.PHONY: clobber
clobber: clean
-$(call RMDIR_FUNC,$(doc_build_dir) htmlcov)
-$(call RM_FUNC,*.done)
-$(call RM_R_FUNC,*.done)
@echo "Makefile: $@ done."

$(done_dir)/install_base_$(pymn)_$(PACKAGE_LEVEL).done:
Expand Down

0 comments on commit a6a5224

Please sign in to comment.