* regenerate Makefile

This commit is contained in:
Sven/Sarah Barth 2024-06-16 21:28:59 +02:00
parent 4936ca80d1
commit b98df20b4e

View File

@ -2914,7 +2914,7 @@ else
clean:
$(FPMAKE_BIN_CLEAN) clean $(FPMAKE_OPT)
endif
CLEAN_TARGET_DIRS=$(subst /Makefile.fpc, ,$(wildcard */Makefile.fpc))
CLEAN_TARGET_DIRS=$(subst /Makefile, ,$(wildcard */Makefile))
%_distclean:
$(MAKE) -C $* distclean
ifeq ($(FPMAKE_BIN_CLEAN),)