8 lines
80 B
Makefile
8 lines
80 B
Makefile
_default:
|
|
@just --list
|
|
|
|
|
|
# Run main binary
|
|
run:
|
|
lake exec lean-graphics
|