ligo/Makefile

15 lines
167 B
Makefile
Raw Normal View History

2016-09-08 19:13:10 +02:00
all:
${MAKE} -C src all
clean:
${MAKE} -C src clean
2016-11-17 14:57:34 +01:00
${MAKE} -C test clean
2016-09-08 19:13:10 +02:00
.PHONY: test
2016-09-08 19:13:10 +02:00
test:
${MAKE} -C test
build-deps:
2016-09-08 19:13:10 +02:00
@./scripts/install_build_deps.sh all