From fa969e20c1828984b30cfde5421ac6b76075f325 Mon Sep 17 00:00:00 2001 From: Nikifor Kuznetsov Date: Fri, 9 Jun 2023 19:28:25 +0300 Subject: [PATCH] Add static target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 629c556..1cb0bfe 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ export PAGE_TARGETS := $(patsubst pages/%,$(BUILDDIR)/page/%,$(wildcard pages/*)) -all: $(PAGE_TARGETS) $(BUILDDIR)/index.html static +all: $(PAGE_TARGETS) $(BUILDDIR)/index.html $(BUILDDIR)/static $(BUILDDIR)/page/%: @$(MAKE) -C pages/$*