Codebase list fonts-roadgeek / run/5867d1d5-cc34-456b-9c28-704372914b1c/main Makefile
run/5867d1d5-cc34-456b-9c28-704372914b1c/main

Tree @run/5867d1d5-cc34-456b-9c28-704372914b1c/main (Download .tar.gz)

Makefile @run/5867d1d5-cc34-456b-9c28-704372914b1c/mainraw · history · blame

COMPILE=fontforge -lang ff -c 'Open($$1); Generate($$2)'

all: RG2014B.ttf RG2014C.ttf RG2014D.ttf RG2014E.ttf \
	RG2014EM.ttf RG2014EEM.ttf RG2014F.ttf

RG2014B.ttf:
	$(COMPILE) B.sfdir/ $@

RG2014C.ttf:
	$(COMPILE) C.sfdir/ $@

RG2014D.ttf:
	$(COMPILE) D.sfdir/ $@

RG2014E.ttf:
	$(COMPILE) E.sfdir/ $@

RG2014EM.ttf:
	$(COMPILE) EM.sfdir/ $@

RG2014EEM.ttf:
	$(COMPILE) EEM.sfdir/ $@

RG2014F.ttf:
	$(COMPILE) F.sfdir/ $@

.PHONY: clean
clean:
	rm *.ttf