aboutsummaryrefslogtreecommitdiffstats
path: root/demos/natives/x11/xfont.sh
blob: a3111613c82256bc028b6229108ca25afd76160f (plain)
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