Sha256: bd48a7206e1e8ad52ea63a0caaa32fed562b9964cad51eb1733a0319108837a2
Contents?: true
Size: 305 Bytes
Versions: 1
Compression:
Stored size: 305 Bytes
Contents
# stripttc.c originates from: # https://github.com/fontforge/fontforge/blob/master/contrib/fonttools/stripttc.c default: stripttc.so stripttc.so: stripttc.o gcc -shared -o $@ $< stripttc.o: stripttc.c gcc -c -fPIC -o $@ $< install: : # do nothing, we'll load the lib directly clean: -rm *.so *.o
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
extract_ttc-0.1.0 | ext/stripttc/Makefile |