mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 13:51:28 +00:00
The current Makefiles are unnecessarily too smart in avoiding duplication (which is small, I think). As a result, it's hard to understand what files are listed. Use plain, explicit listing instead. Also, append .o to objs variables. Usually obj means .o file, not the base name of file. It was confusing.