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 7ff6864 commit fe80f27
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 @@ -381,7 +381,8 @@ uninstall:

.PHONY: clobber
clobber: clean
-$(call RM_FUNC,*.done $(dist_files))
-$(call RM_FUNC,$(dist_files))
-$(call RM_R_FUNC,*.done)
-$(call RMDIR_FUNC,$(doc_build_dir) htmlcov htmlcov.end2end s.tox)
@echo 'Done: Removed all build products to get to a fresh state.'
@echo "Makefile: $@ done."
Expand Down

0 comments on commit fe80f27

Please sign in to comment.