ligo/Makefile
2016-11-17 15:07:53 +01:00

15 lines
167 B
Makefile

all:
${MAKE} -C src all
clean:
${MAKE} -C src clean
${MAKE} -C test clean
.PHONY: test
test:
${MAKE} -C test
build-deps:
@./scripts/install_build_deps.sh all