ligo/Makefile
2016-09-08 19:29:33 -07: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