8 lines
118 B
Makefile
8 lines
118 B
Makefile
|
# see what recipes are available
|
||
|
default:
|
||
|
just -l
|
||
|
|
||
|
# watch for changes
|
||
|
watch:
|
||
|
fd -e fnl | entr -c fennel main.fnl
|