Expose makejs from flake::mkShell
This commit is contained in:
parent
1fabde7f9d
commit
7b9a2b5607
2 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,6 @@
|
||||||
export EM_CACHE=$PWD/.emscripten_cache
|
export EM_CACHE=$PWD/.emscripten_cache
|
||||||
cp -r ${pkgs.emscripten}/share/emscripten/cache $EM_CACHE
|
cp -r ${pkgs.emscripten}/share/emscripten/cache $EM_CACHE
|
||||||
chmod u+rwX -R $EM_CACHE
|
chmod u+rwX -R $EM_CACHE
|
||||||
|
|
||||||
function makejs { make -f Makefile.js $@; }
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
2
makejs
Executable file
2
makejs
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
make -f Makefile.js $@
|
||||||
Loading…
Add table
Add a link
Reference in a new issue