b11a770dfa
- fix build instructions - add some information about the JSON/RPC interface
14 lines
143 B
Makefile
14 lines
143 B
Makefile
|
|
all:
|
|
${MAKE} -C src all
|
|
|
|
clean:
|
|
${MAKE} -C src clean
|
|
|
|
.PHONY:test
|
|
test:
|
|
${MAKE} -C test
|
|
|
|
build-deps:
|
|
@./scripts/install_build_deps.sh all
|