MilkJug1 / OculusLinkLinux

OLL(WIP) is a open-source project that aims to allow the Oculus Quest(both 1 & 2) work on Linux wired.
GNU General Public License v2.0
132 stars 2 forks source link

Makefile redo and preparing for a new conan config. #30

Closed bluethefoxofficial closed 6 months ago

bluethefoxofficial commented 6 months ago

Edited to add makefile checks to ensure data safety. Makefile now creates a object folder instead of spreading out object files makes for a more secure removal of outdated object files.

conanconfig.txt > conanconfig_old.txt renamed so we dont lose it but also can bring it bacm for any future needs. END

MilkJug1 commented 6 months ago

Everything looks good, just tested if this builds with the Makefile and it seems to. The print statements that you have for if the check fails don´t really seem to very helpful. Like what I mean is in the clean: section, instead of printing like ERR: No binary( or Object files) file to be found Now I'll prob just change it once I merge this so don't worry about it.