keeweb/extension/native-messaging-host/Makefile

14 lines
291 B
Makefile

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:
echo -n 020000007b7d | xxd -r -p | build/keeweb-native-messaging-host chrome-extension://enjifmdnhaddmajefhfaoglcfdobkcpj