Mercurial > hg > piper-vamp-js
changeset 7:820704540560
Add export line
author | Chris Cannam |
---|---|
date | Tue, 06 Sep 2016 14:30:40 +0100 |
parents | 9bba59806014 |
children | 7e8a88af255b |
files | Makefile.example.emscripten |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.example.emscripten Wed Aug 24 18:00:28 2016 +0100 +++ b/Makefile.example.emscripten Tue Sep 06 14:30:40 2016 +0100 @@ -57,6 +57,7 @@ $(EXAMPLE): $(EXAMPLE_SOURCES) $(ADAPTER_HEADERS) $(SDK_SOURCES) $(CXX) $(CXXFLAGS) $(EMFLAGS) $(INCPATH) -o $(EXAMPLE) \ $(EXAMPLE_SOURCES) $(SDK_SOURCES) $(EXAMPLE_LDFLAGS) + echo "module.exports=ExampleModule;" >> $(EXAMPLE) clean: rm -f $(EXAMPLE) $(EXAMPLE).map