BodgeMaster
d0464d4a8f
wait for all compile commands to finish before exiting
2022-06-27 04:49:05 +02:00
BodgeMaster
82773f3429
clang compatibility
2022-06-27 04:48:21 +02:00
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