removed some useless comments from Makefile

This commit is contained in:
Abdullah Islam 2024-02-14 12:02:44 +06:00
parent 0b76adc3e7
commit 8bcffa057a
1 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,4 @@
SHELL = /bin/sh
# INPUT_PATH = "src/"
# HTML_OUTPUT_PATH = "html/"
# GMI_OUTPUT_PATH = "gmi/"
SOURCES = $(shell find src/ -type f)
SITEMAP_INDEX_FILES = $(wildcard src/*/*)