]> git.cworth.org Git - glaze/blob - specs/Makefile
b48a944917cfee25cf1d5b2feb376c36c491cd44
[glaze] / specs / Makefile
1 TARGETS=gl.def glx.def
2
3 all: $(TARGETS)
4
5 %.def: %.xml
6         ./xml2def $? > $@
7
8 clean:
9         rm *.def