]> git.cworth.org Git - apitrace/blob - thirdparty/glext/Makefile
3223c3c2c795e97368ee2cc72d7c6cd4812d75e7
[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: