Add static target

This commit is contained in:
2023-06-09 19:28:25 +03:00
parent 7e92ae0076
commit fa969e20c1

View File

@@ -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/$*