From 5f85582e6e76042e253b51d7c943cb1533f4e3b4 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 29 Jan 2023 17:48:24 +0100 Subject: update makefiles --- anki-card-template/makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'anki-card-template/makefile') diff --git a/anki-card-template/makefile b/anki-card-template/makefile index f567bab..5024266 100644 --- a/anki-card-template/makefile +++ b/anki-card-template/makefile @@ -11,5 +11,3 @@ 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 -release: back-template.html front-template.html - gh release create --latest -t "card template `git describe --tags`" `git describe --tags` $^ -- cgit v1.2.3