root/paper-tape-project/trunk/schriften/Makefile

Revision 13, 234 bytes (checked in by sven, 4 years ago)

Greatly improved the papertapefont algorithms and routines. Now even tested.
Everything compiles with "-Wall -O2" and is, of course, very performant :-)

Added detailed documentation in FONT_FILES.txt.

-- Sven @ dual head workstation

Line 
1
2# turn on some optimizations
3CFLAGS=-Wall -O2
4
5ptfont:  papertapefont.o
6        gcc $(CFLAGS) -o ptfont papertapefont.c -DSTANDALONE
7
8papertapefont.o: papertapefont.c papertapefont.h
9        gcc $(CFLAGS) -c papertapefont.c
10
11clean:
12        rm ptfont *.o
Note: See TracBrowser for help on using the browser.
© 2008 - 2010 Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License