From c38235650e5deb06f578406c3331dda3eab5371b Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 8 Sep 2024 19:07:16 +0400 Subject: Makefile and build-page added --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3a87e23..0ac0ba6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SRC = $(shell find . -name '*.md') +SRC := $(shell find . -name '*.md') HTML = $(SRC:.md=.html) all: $(HTML) -- cgit v1.2.3