keeweb/extension/native-messaging-host/Makefile

17 lines
341 B
Makefile
Raw Normal View History

2021-04-10 17:00:10 +02:00
all:
cmake -B build .
cmake --build build --config MinSizeRel
debug:
cmake -B build .
cmake --build build --config Debug
format:
clang-format -i src/*.cpp
run:
2021-04-14 20:34:03 +02:00
echo -n 020000007b7d | xxd -r -p | build/keeweb-native-messaging-host keeweb-connect@keeweb.info
2021-04-10 18:38:27 +02:00
tests:
2021-04-10 18:39:12 +02:00
../../node_modules/.bin/mocha test/native-messaging-host-test.mjs