From 13cec3d0fc257d0e65c9a1c06bfc71648722a506 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 2 Feb 2024 13:05:54 -0500 Subject: Initial commit for cgit platform --- makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile new file mode 100644 index 0000000..597e170 --- /dev/null +++ b/makefile @@ -0,0 +1,8 @@ +.DEFAULT: build + +build: + php _phpetite/phpetite.php > _site/index.html + php _phpetite/rss.php > _site/atom.xml + +serve: build + python3 -m http.server --directory _site/ -- cgit v1.2.3-54-g00ecf