Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Apr 4, 2011
1 parent 47348d9 commit a000e16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
all: fonts.dir

fonts.dir: 5x13.pcf
mkfontdir

5x13.pcf: 5x13.bdf
bdftopcf -o $@ $<

clean:
rm -f 5x13.pcf fonts.dir

0 comments on commit a000e16

Please sign in to comment.