dzaima / CBQN

a BQN implementation in C
GNU General Public License v3.0
329 stars 46 forks source link

build: fix on systems with bmake as make impl #121

Closed svmhdvn closed 1 month ago

svmhdvn commented 1 month ago

For example, on FreeBSD, bmake is the default make implementation. Thus, to build CBQN, we must use 'gmake' invocations. This patch fixes the hardcoded call to 'make' in build/build.

dzaima commented 1 month ago

oops, thanks. FreeBSD builds had been broken for a while I guess :/