Skip to content

Commit

Permalink
Added "zip" target to Makefile to facilitate building the binary bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
rbanffy committed Apr 22, 2014
1 parent a03b014 commit 26e2c12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 26e2c12

Please sign in to comment.