Commit Graph

6 Commits (0d10af1bd6e34c24421385be14e85b213d9663cc)

Author SHA1 Message Date
BodgeMaster 0d10af1bd6 do not use the lib prefix for library names 2022-06-24 16:50:41 +02:00
BodgeMaster ad336b84b6 wait for compilation of libs to finish before building tools 2022-06-24 16:36:57 +02:00
BodgeMaster 98490b3e50 add multithreading ;) 2022-06-24 12:36:15 +02:00
BodgeMaster 8206a9ba99 Allow for manually overriding the compiler and some flags using make-style environment variables
This adds support for using the CXX and CXXFLAGS environment varibles, they work as you would expect.
2022-06-24 10:23:12 +02:00
BodgeMaster 9e6f07ec0a add comments documenting what we do and make the script output all the build commands 2022-06-24 10:05:39 +02:00
BodgeMaster 57006a6463 Replace make with a shell script.
This will do for now, until we figure out a better solution. I thought build
systems were for automation but apparently we still need to specify build
commands for all the programs individually so we might as well just do that
in a script until it gets out of hand or a better solution comes up.
2022-06-24 09:21:57 +02:00