Results 523 comments of L3MON4D3

Ah, okay :) I think we already should be using gmake for recursive make, or am I missing something? Or are you proposing to document the gmake-requirement?

Oh, I was under the impression that this is exactly what `$(MAKE)` is for (https://www.gnu.org/software/make/manual/html_node/MAKE-Variable.html) Does, for example `gmake install_jsregexp`, not work currently?

:D I'd assumed that did not work and was a bit surprised :) Could you try if it works without any further changes on `non-gcc-makefile`?

Looks correct so far, could you also try `gmake install_jsregexp`? That's the one where the compiler matters

That was quick, thanks! Ah, is it possible you extracted a tar of luasnips source (or got just the source without `.git` in some other way)? I think `install_jsregexp` needs...

Oh, yeah sure: `git clone https://github.com/L3MON4D3/LuaSnip.git && git c origin/non-gcc-makefile`

Ha, srry, I have a alias setup, `s/c/checkout` :sweat_smile:

Nice, yeah that looks good :) It's using `cc` by default, but that can be changed via `export CC=gcc/clang/whatever`, so fine :) Thanks for testing :D

I think this is a good change, even for regular snippets: if there is a name, it was specified by the snippet-author and likely more descriptive than the trigger, and...