]> git.cworth.org Git - apitrace/blob - thirdparty/glext/Makefile
Update glext headers.
[apitrace] / thirdparty / glext / Makefile
1 update: glext.h glxext.h wglext.h
2
3 %.h: FORCE
4         wget -N "http://www.opengl.org/registry/api/$@"
5
6 .PHONY: update
7
8 FORCE: