▲ | hiAndrewQuinn 8 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 8 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. | ||
▲ | M0r13n 8 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 |