This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Build system is bad #86
Comments
TODO tomorrow: |
Things to Build:
Things to Do:
|
I think that each of the bullet points I listed above should go into a separate .mk file, and we can have one master Makefile that includes all of them. This will make for a clean separation of each concern. Each dependency can then be built with most warnings off, and then we can turn on our strict warnings for libtransistor and its tests. Things to Not Do:
|
In "things to build", SDL2 should really be split in its own repo. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current Makefile solution really isn't doing it. It's hard to read, hard to maintain, hard to read build output for, and doesn't even handle dependencies properly.
The text was updated successfully, but these errors were encountered: