From 8b010423763f312cc4a4dbf540dc1ee4eceda6a4 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Fri, 16 Oct 2015 11:33:43 -0300 Subject: src/fnt/Makefile: add makefont.pe and clean scripts --- src/fnt/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/fnt') diff --git a/src/fnt/Makefile b/src/fnt/Makefile index d87bf8e..990da0b 100644 --- a/src/fnt/Makefile +++ b/src/fnt/Makefile @@ -13,3 +13,11 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . + +all: + ./makefont.pe parabola_urwGothicDiamond-bookOblique_sfd3d0.sfd + ./makefont.pe parabola_urwGothicDiamond-book_sfd3d0.sfd + ./makefont.pe parabola_urwGothicDiamond-demiOblique_sfd3d0.sfd + ./makefont.pe parabola_urwGothicDiamond-demi_sfd3d0.sfd +clean: + rm -v *.ttf -- cgit v1.2.3-54-g00ecf