X-Git-Url: https://git.ladys.computer/OldStandard/blobdiff_plain/d8eeb0d42c7394dbf575e26bf417547746663a07..93335c103118506ad3133f4a455636082b787ce6:/makefile

diff --git a/makefile b/makefile
index 6f1f026..8f23d3d 100644
--- a/makefile
+++ b/makefile
@@ -22,10 +22,10 @@ package: doc
 	cp otf/*.otf $(pkg)
 	tar czf $(pkg)-$(ver).tar.gz $(pkg)
 
-clean: doc
+clean:
 	rm -f $(LOCALFONTDIR)/OldStandard-*.otf
 	luaotfload-tool --update
 	git clean -df
 	pandoc README.md -o about.html
 
-.PHONY: doc all local package clean
+.PHONY: doc all local package clean prepare