]> git.cworth.org Git - apitrace/blob - thirdparty/glext/GL/Makefile
Don't package TODO.markdown anymore.
[apitrace] / thirdparty / glext / GL / Makefile
1 update: glext.h glxext.h wglext.h
2
3 %.h: FORCE
4         wget -N "http://www.opengl.org/registry/api/$@"
5
6 glext.h: glext.sed FORCE
7         wget -O - "http://www.opengl.org/registry/api/$@" | sed -f $*.sed > $@
8
9 .PHONY: update
10
11 FORCE: