ligo/Makefile
Grégoire Henry b11a770dfa Update README.md:
- fix build instructions
- add some information about the JSON/RPC interface
2016-09-22 11:52:40 +02:00

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