Just trying out fennel-lang by making a game with LÖVE
make build
Where <LoveBin>
is the path to your LÖVE binary, e.g. /Applications/love.app/Contents/MacOS/love
<LoveBin> src
To do a build and run in one step you may do something like:
make build && love src