Separate emscripten build directory

This avoids the need to 'make clean' before you do a simulator build
(or vice-versa).
This commit is contained in:
James Haggerty
2022-11-02 06:18:23 +11:00
parent b7a461d280
commit ad6e919107
3 changed files with 8 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ You may want to test out changes in the emulator first. To do this, you'll need
```
cd movement/make
emmake make
python3 -m http.server 8000 -d build
python3 -m http.server -d build-sim
```
Finally, visit [watch.html](http://localhost:8000/watch.html) to see your work.