summaryrefslogtreecommitdiff
path: root/Makefile
blob: 5b93d3aad2694a67ee7a85a224e112eb3647246c (plain)
1
2
3
4
5
6
7
.PHONY: build
default:
	./scripts/build.sh

.PHONY: test
test:
	./scripts/test.sh