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

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

include ../common.mk

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

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