ligo/Makefile
Çağdaş Bozman 03d37bfdeb Update test framework
We now use Kaputt for our tests.
2016-10-10 11:30:06 +02:00

14 lines
144 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