minexew / Shrine

A TempleOS distro for heretics
Other
1.48k stars 79 forks source link

Added Makefile #10

Closed Rosalie241 closed 6 years ago

minexew commented 7 years ago

Have you tried if this works reliably?

IMO, make, being stateless, won't remember that the "patch" target has been executed previously and will try to run it over and over on every build which, will result in a lot of complaints about patches failing to apply. Using some dummy file like patches_already_applied could probably solve that.

minexew commented 7 years ago

Further nitpick: any side products created by the build (shrine.img) should also be added to .gitignore

Rosalie241 commented 7 years ago

I tested it multiple times, works for me. pretty well. I'll add such a dummy file.

Rosalie241 commented 7 years ago

It should work pretty well right now, I also updated the gitignore!

minexew commented 6 years ago

Looks good