summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-09-08 19:07:16 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-09-08 19:07:16 +0400
commitc38235650e5deb06f578406c3331dda3eab5371b (patch)
tree6ec4a9b54315a6e8f39b7b78c72692816a675403 /Makefile
parentf5b53a43b05e561ff22e57d2ba00dfdb1f3b617b (diff)
Makefile and build-page added
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)