summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: b21d73584a28aef97a8a5a12d7c3a3f2ae31ce38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.PHONY: build test dev

build:
	@ scripts/build

test:
	@ scripts/test

dev:
	@ find scripts . -type f -depth 1 | DEV=1 entr bash -c 'make && make test'