diff --git a/Makefile b/Makefile index 31fade1..827489c 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,8 @@ all: 3270Medium_HQ.sfd install: all cp 3270Narrow.otf 3270Medium.otf ~/.local/share/fonts +zip: all + zip 3270_fonts.zip 3270Medium.* 3270Narrow.* + clean: @find . -iname '*.otf' -delete -o -iname '*.ttf' -delete -o -iname '*.afm' -delete -o -iname '*.pfm' -delete -o -iname '*.woff' -delete