diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-27 14:28:46 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-27 14:28:46 -0500 |
commit | 5fb8dabdd2b557450886fa447c081209b2a3b74d (patch) | |
tree | 694472c653ff081233db69cdfdbc393938b48f5c /rules.mk | |
parent | 45aa04f4acda9d4e67eedef84bb2b8e87994f999 (diff) | |
parent | d3e484dc989a6e3a040b5b1092340973d9b4e22f (diff) | |
download | Sensor-Watch-5fb8dabdd2b557450886fa447c081209b2a3b74d.tar.gz Sensor-Watch-5fb8dabdd2b557450886fa447c081209b2a3b74d.tar.bz2 Sensor-Watch-5fb8dabdd2b557450886fa447c081209b2a3b74d.zip |
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ endif $(BUILD)/$(BIN).html: $(OBJS) @echo HTML $@ @$(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o $@ \ + -s ASYNCIFY=1 \ -s EXPORTED_FUNCTIONS=_main \ --shell-file=$(TOP)/watch-library/simulator/shell.html |