From f8c25030cbea93aed2aac9f372d9c6064b8100c0 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Sun, 9 Feb 2025 04:11:53 +0530 Subject: first commit Signed-off-by: Brahmajit Das --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..eb50955 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +all: + pandoc -c style.css -s -o index.html index.md + pandoc -c style.css -s -o about.html about.md + +clean: + rm -fr *.html -- cgit v1.2.3