diff --git a/makefile-templates/Makefile.handbook b/makefile-templates/Makefile.handbook index 5af3be9..0c8c00a 100755 --- a/makefile-templates/Makefile.handbook +++ b/makefile-templates/Makefile.handbook @@ -286,6 +286,7 @@ @$(foreach d,$(SECTION_DIRS),$(MAKE) -C $d $@;) ifneq ($(strip $(ALL_CLEAN_FILES)),) -rm -f $(ALL_CLEAN_FILES) + @$(MAKE) -C graphics clean BUILD_DIR=$(CURDIR) endif web-clean: