]> git.cworth.org Git - glaze/blobdiff - specs/Makefile
Extend OpenGL API list to all functions in Khronos gl.xml
[glaze] / specs / Makefile
diff --git a/specs/Makefile b/specs/Makefile
new file mode 100644 (file)
index 0000000..67f5166
--- /dev/null
@@ -0,0 +1,9 @@
+TARGETS=gl.def
+
+all: $(TARGETS)
+
+%.def: %.xml
+       ./xml2def $? > $@
+
+clean:
+       rm *.def