dicegame/justfile
2021-10-02 14:47:53 -06:00

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