aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Baker <dbkr@users.noreply.github.com>2018-10-12 08:13:45 +0100
committerGitHub <noreply@github.com>2018-10-12 08:13:45 +0100
commitb2d91f55ece853ca1a398d3c6814f18a3f10bee0 (patch)
treef8e9a909d9bc075fb40b968fa4c478f42ebf9668 /Makefile
parent3cfcf1615dfe434e1aa10d5c904d537b159e1566 (diff)
parent82534708a35640672c812e7603a84a9f42c8b50c (diff)
Merge pull request #62 from matrix-org/dbkr/ci2
CircleCI Build Support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8887172..91436ed 100644
--- a/Makefile
+++ b/Makefile
@@ -219,7 +219,7 @@ fuzzers: $(FUZZER_BINARIES) $(FUZZER_DEBUG_BINARIES)
.PHONY: fuzzers
$(JS_EXPORTED_FUNCTIONS): $(PUBLIC_HEADERS)
- perl -MJSON -ne '$$f{"_$$1"}=1 if /(olm_[^( ]*)\(/; END { @f=sort keys %f; print encode_json \@f }' $^ > $@.tmp
+ ./exports.py $^ > $@.tmp
mv $@.tmp $@
all: test js lib debug doc