diff options
author | James Haggerty <james@gruemail.com> | 2022-11-02 06:18:23 +1100 |
---|---|---|
committer | James Haggerty <james@gruemail.com> | 2022-11-02 06:18:34 +1100 |
commit | ad6e919107fb0bb38d01b1ed6e7ca1b56f9719ed (patch) | |
tree | 027905b85ba3ae004c983412db59df80ed683db4 /README.md | |
parent | b7a461d280d06749aeb14af1e8c17cbf3616055b (diff) | |
download | Sensor-Watch-ad6e919107fb0bb38d01b1ed6e7ca1b56f9719ed.tar.gz Sensor-Watch-ad6e919107fb0bb38d01b1ed6e7ca1b56f9719ed.tar.bz2 Sensor-Watch-ad6e919107fb0bb38d01b1ed6e7ca1b56f9719ed.zip |
Separate emscripten build directory
This avoids the need to 'make clean' before you do a simulator build
(or vice-versa).
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |