From 26e2c12f83dce45b0e2955621a55f38be8d412d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20B=C3=A1nffy?= Date: Mon, 21 Apr 2014 22:46:40 -0300 Subject: [PATCH] Added "zip" target to Makefile to facilitate building the binary bundle --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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