git » jacl.git » commit 1af446d

deploy-site

author Alan Dipert
2023-02-13 03:25:29 UTC
committer Alan Dipert
2023-02-13 03:25:29 UTC
parent 28aefab8553d842681af5dc28993720899a40ba5

deploy-site

Makefile +1 -1

diff --git a/Makefile b/Makefile
index 02dbabf..655a3e5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 .PHONY: all deploy-site clean
 
-all: index.html
+all: index.html deploy-site
 
 index.html: index.html.m4 README.md
 	m4 $< > $@