Add static target

This commit is contained in:
Nikifor Kuznetsov 2023-06-09 19:28:25 +03:00
parent 7e92ae0076
commit fa969e20c1
Signed by: thematdev
GPG Key ID: D12878639B090D90

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