diff options
Diffstat (limited to 'anki-card-temlate/makefile')
-rw-r--r-- | anki-card-temlate/makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/anki-card-temlate/makefile b/anki-card-temlate/makefile deleted file mode 100644 index deb4c29..0000000 --- a/anki-card-temlate/makefile +++ /dev/null @@ -1,12 +0,0 @@ -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 |