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