dicegame/justfile

8 lines
118 B
Makefile
Raw Normal View History

2021-10-02 14:47:53 -06:00
# see what recipes are available
default:
just -l
# watch for changes
watch:
fd -e fnl | entr -c fennel main.fnl