Expose makejs from flake::mkShell

This commit is contained in:
Emile Clark-Boman 2025-07-22 08:17:08 +10:00
parent 1fabde7f9d
commit 7b9a2b5607
2 changed files with 2 additions and 2 deletions

View file

@ -34,8 +34,6 @@
export EM_CACHE=$PWD/.emscripten_cache
cp -r ${pkgs.emscripten}/share/emscripten/cache $EM_CACHE
chmod u+rwX -R $EM_CACHE
function makejs { make -f Makefile.js $@; }
'';
};
};

2
makejs Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
make -f Makefile.js $@