ligo/Makefile

14 lines
143 B
Makefile
Raw Normal View History

2016-09-08 21:13:10 +04:00
all:
${MAKE} -C src all
clean:
${MAKE} -C src clean
.PHONY:test
test:
${MAKE} -C test
build_deps:
@./scripts/install_build_deps.sh all