mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Added contract-based config file and command line flow. Added contract creation and rekey support.
5 lines
163 B
Makefile
5 lines
163 B
Makefile
all:
|
|
mkdir -p build
|
|
g++ src/*.cpp -lsodium -lboost_system -lboost_filesystem -std=c++17 -o build/hpcore
|
|
echo 'build successful, binary in '`pwd`'/build/hpcore'
|