]> git.cworth.org Git - glaze/commit
Fix loose ends in build support.
authorMark Janes <mark.a.janes@intel.com>
Fri, 12 Sep 2014 23:16:37 +0000 (16:16 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 18 Dec 2014 15:02:51 +0000 (07:02 -0800)
commit9b0cbcc81e2c474bb4d856ec6f2a74258b59129c
treed9d4dddb9851acb1441810849f0beb8c64521e90
parent2d15ef7d6288368075d2717c0134a0439b7e339a
Fix loose ends in build support.

Add the following items to the glaze Makefile:

 * Clean up libglaze.so in clean target

 * Add dependency to rebuild libGL.so.1 if any of the .def files have
   been changed.

 * Add a distclean target.

 * Add a check-syntax target to allow emacs flymake.
Makefile