Switch build system to Makefile
instead of scripts?
#128
daPhipz
started this conversation in
Ideas & Feature Discussions
Replies: 1 comment 1 reply
-
Hey! Nice to see you again :) I would say: Just give it a go! Build performance is not really an issue (the complete compile-zip-install process takes 300 ms on my machine), but people are actually quite used to to autotools so newcomers may like it. And you could basically merge all the scripts into one makefile. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently dug into learning
make
, and now want to apply the things that I learned in the "real world".AFAIK, the building of Fly-Pie happens through the
scripts/create-release.sh
script as of now - right?While this eventually will build the zip,
make
has the advantage of being able to only re-build the things that have changed since the last build (and therefore taking considerably less time to finish) - but I'm sure you know that already 😉Are you open to changing the build system to
make
? As I said, I would happily do the work of porting the existing one since I want to practice a little bit ;)Beta Was this translation helpful? Give feedback.
All reactions