We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1d833 commit 55206b4Copy full SHA for 55206b4
1 file changed
Makefile
@@ -47,7 +47,7 @@ serve:
47
48
clean:
49
rm -rf dist-newstyle public
50
- cabal clean
+ . ~/.ghc-wasm/env && cabal clean
51
52
update-js:
53
cabal update --with-ghc=javascript-unknown-ghcjs-ghc --with-hc-pkg=javascript-unknown-ghcjs-ghc-pkg
0 commit comments