Remix.run Logo
hiAndrewQuinn 10 hours ago

I often prefer to work in in extremis environments where there is no internet access, and hence, no easy way to get ahold of make; it's given me a bad habit of just waiting a build.bash script to do what make does most of the time. I haven't really found myself missing it that much.

0points 10 hours ago | parent | next [-]

If you can install bash on your airgapped dev box, why wouldn't you install make on it? Make is part of the core dev environment on just about every disto under the sun.

77pt77 an hour ago | parent [-]

most minimal setups nowadays have bash, make and even perl.

M0r13n 10 hours ago | parent | prev [-]

I am confused, because this means that you won't be able to install anything. No compiler, no 3rd party libraries and no text editor that isn't preinstalled