aboutsummaryrefslogtreecommitdiff
path: root/anki-card-template/makefile
blob: 50242667d89f28fb914116a05e602e91321759d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: back-template.html front-template.html

.PRECIOUS: card.min.js card.min.css
.PHONY: clean release

include ../common.mk

back-template.html: card.min.js card.min.css template.html.m4
front-template.html: card.min.js card.min.css template.html.m4

clean:
	$(RM) back-template.html front-template.html card.min.js card.min.css