git » jacl.git » master » tree

[master] / Makefile

.PHONY: all deploy-site clean

all: index.html deploy-site

index.html: index.html.m4 README.md
	m4 $< > $@

deploy-site:
	rsync -a --exclude='.git/' . $(JACL_DEPLOY_USER)@$(JACL_DEPLOY_HOST):tailrecursion.com/JACL/

clean:
	rm -f index.html