diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-05-20 09:36:50 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-05-20 15:15:40 +0100 |
commit | d4c8aae803a1fad46ded6e82a64575d9b6e40a7e (patch) | |
tree | 4913694054b881bc88145ba1b14df3a640628062 /javascript/package.json | |
parent | b3a7a6b36c695abc5515e806464b497997f59115 (diff) |
Add support for building the JS wrappers to the Makefile
Now that we have C and C++, we need to split the compile and link steps
(because we need different flags for the C and C++ files), so this is
easier with a Makefile.
Diffstat (limited to 'javascript/package.json')
-rw-r--r-- | javascript/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/package.json b/javascript/package.json index dc16e45..710d46d 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -8,7 +8,7 @@ "README.md" ], "scripts": { - "build": "./build.py", + "build": "make -C .. js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { |