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

all:
	@ scripts/build

test:
	@ scripts/test

dev:
	@ echo "packages.yaml\nheuristics.yaml\nscripts/test\nscripts/build\nscripts/test_extensions.vim" | DEV=1 entr bash -c 'make && make test'