diff options
Diffstat (limited to 'make.mk')
-rw-r--r-- | make.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ ############################################################################## +ifndef EMSCRIPTEN BUILD = ./build +else +BUILD = ./build-sim +endif BIN = watch ifndef BOARD |