# turn on some optimizations CFLAGS=-Wall -O2 ptfont: papertapefont.o gcc $(CFLAGS) -o ptfont papertapefont.c -DSTANDALONE papertapefont.o: papertapefont.c papertapefont.h gcc $(CFLAGS) -c papertapefont.c clean: rm ptfont *.o