Fix makefile fix 🙃
This commit is contained in:
parent
8b25a3d712
commit
ddaf2b663a
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -71,7 +71,8 @@ $(TMPDIR)/index.mk: $(DATADIR)/index.yaml $(YAMLS) $(MAKEPAGES)
|
||||||
$(call depend-gallery)
|
$(call depend-gallery)
|
||||||
|
|
||||||
NODEPS := mostlyclean clean distclean list-tags
|
NODEPS := mostlyclean clean distclean list-tags
|
||||||
ifeq ($(filter-out $(NODEPS),$(MAKECMDGOALS)),)
|
GOALS := $(if $(strip $(MAKECMDGOALS)),$(strip $(MAKECMDGOALS)),all)
|
||||||
|
ifneq ($(filter-out $(NODEPS),$(GOALS)),)
|
||||||
-include $(TMPDIR)/index.mk
|
-include $(TMPDIR)/index.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue