aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index c19afb8..6f1f026 100644
--- a/makefile
+++ b/makefile
@@ -22,7 +22,7 @@ package: doc
22 cp otf/*.otf $(pkg) 22 cp otf/*.otf $(pkg)
23 tar czf $(pkg)-$(ver).tar.gz $(pkg) 23 tar czf $(pkg)-$(ver).tar.gz $(pkg)
24 24
25clean: 25clean: doc
26 rm -f $(LOCALFONTDIR)/OldStandard-*.otf 26 rm -f $(LOCALFONTDIR)/OldStandard-*.otf
27 luaotfload-tool --update 27 luaotfload-tool --update
28 git clean -df 28 git clean -df