From 24c7a9f20891bbc1bdd01d44af3843b6d79a7f1f Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Mon, 31 May 2021 14:58:29 +0300 Subject: [PATCH] fixed header css files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2be69bc..4ed9a70 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ _DIRECTORIES = $(shell find $(PAGEDIR)/* -type d) DIRECTORIES = $(patsubst $(PAGEDIR)/, $(OUTDIR)/, $(_PAGES)) _STATIC_FILES = $(shell find -L static/ -type f -name \* | grep -v \\.h$) -_STATIC_HEADERS = $(shell find -L static/ -type f -name \*\\.h$) +_STATIC_HEADERS = $(shell find -L static/ -type f -name \*\\.h) OUT_STATIC = $(patsubst static/%,out/%,$(_STATIC_FILES)) $(patsubst static/%.h,out/%,$(_STATIC_HEADERS)) .SUFFIXES: