e166f741
55ad5a98
9243367b
1
2 3 4 5 6 7
8 9
10
.PHONY: all test dev all: @ scripts/build test: @ scripts/test dev: @ (ls && find scripts) | DEV=1 entr bash -c 'make && make test'