diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-09-08 19:07:16 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-09-08 19:07:16 +0400 |
commit | c38235650e5deb06f578406c3331dda3eab5371b (patch) | |
tree | 6ec4a9b54315a6e8f39b7b78c72692816a675403 /Makefile | |
parent | f5b53a43b05e561ff22e57d2ba00dfdb1f3b617b (diff) |
Makefile and build-page added
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SRC = $(shell find . -name '*.md') +SRC := $(shell find . -name '*.md') HTML = $(SRC:.md=.html) all: $(HTML) |