Skip to content

Commit

Permalink
done directory, part 2
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Nov 26, 2023
1 parent b11790f commit c1b5480
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,8 @@ all: develop build builddoc check pylint mypy installtest test doclinkcheck
.PHONY: clobber
clobber: clean
@echo "Makefile: Removing everything for a fresh start"
-$(call RM_FUNC,*.done $(dist_files) $(dist_dir)/$(package_name)-$(package_version)*.egg $(package_name)/*cover)
-$(call RM_FUNC,$(dist_files) $(dist_dir)/$(package_name)-$(package_version)*.egg $(package_name)/*cover)
-$(call RM_R_FUNC,*.done)
-$(call RMDIR_FUNC,$(doc_build_dir) .tox $(coverage_html_dir) $(package_name).egg-info)
@echo "Makefile: Done removing everything for a fresh start"
@echo "Makefile: Target $@ done."
Expand Down

0 comments on commit c1b5480

Please sign in to comment.