1 2 3 4 5 6 7 8 9
#! /bin/sh rm -f xfont gcc -I/usr/X11R6/include -g -O2 -Wall -o xfont xfont.c \ -L/usr/X11R6/lib -lGLU -lGL ./xfont