]> Pileus Git - grits/blob - examples/sorting/mkfile
Template for tessellation example, currently broke
[grits] / examples / sorting / mkfile
1 MKSHELL=/usr/lib/plan9/bin/rc
2 PROGS=sort tes
3 LIBS=`{pkg-config --libs gtkglext-1.0}
4 CFLAGS=-Wall -g '--std=c99' `{pkg-config --cflags gtkglext-1.0}
5
6 default:V: tes-run
7 <$HOME/lib/mkcommon