nigels-com / glew

The OpenGL Extension Wrangler Library
Other
2.58k stars 609 forks source link

DIST_DIR is created on every make invocation #334

Open rossburton opened 2 years ago

rossburton commented 2 years ago

The top-levelMakefile creates a temporary directory every time it runs:

https://github.com/nigels-com/glew/blob/master/Makefile#L59

The creation of the directory should happen when needed, not every time the makefile is evaluated.

nigels-com commented 2 years ago

Yeah, that doesn't seem ideal.