maxdev1 / ghost

Ghost, a micro-kernel based hobby operating system.
http://ghostkernel.org/
GNU General Public License v3.0
560 stars 57 forks source link

Use Makefiles instead shell scripts #40

Open NikOverflow opened 9 months ago

NikOverflow commented 9 months ago

Why do you use shell scripts when you can also use Makefiles? I think that Makefiles make things much easier. You can just make the rules so that it compiles correctly.

maxdev1 commented 9 months ago

To be honest, I think the scripts actually make it much more maintainable and easier to control what to build when & influence it with commands.

Nevertheless, if you feel like it would make it easier, feel free to create a PR

NikOverflow commented 9 months ago

To be honest, I think the scripts actually make it much more maintainable and easier to control what to build when & influence it with commands.

Nevertheless, if you feel like it would make it easier, feel free to create a PR

Do you have Discord? Maybe you could contact me as I have some questions and ideas. My name on Discord is nikoverflow