X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=specs%2FMakefile;h=ea316f10e888526cb549e2fbdb65eed9102ef50c;hb=caa8d546aea211396beaebf6f811314ff5979c14;hp=b48a944917cfee25cf1d5b2feb376c36c491cd44;hpb=a2d9fe4457823cb98df9bebdfe43f2f422546f63;p=glaze diff --git a/specs/Makefile b/specs/Makefile index b48a944..ea316f1 100644 --- a/specs/Makefile +++ b/specs/Makefile @@ -5,5 +5,8 @@ all: $(TARGETS) %.def: %.xml ./xml2def $? > $@ +glx.def: glx.xml + ./xml2def $? | grep -v GetProcAddress > $@ + clean: rm *.def