summaryrefslogtreecommitdiff
path: root/justfile
blob: 76815b62d482f92e06f74bc1f9415cdc06e3d4ef (plain)
1
2
3
4
5
6
7
8
9
10
11
dev:
  ./build uci
  ./build uci run

test:
  ./build test
  ./build test run

analysis:
  python symbol_analyzer/main.py
  xdg-open symbol_analyzer/index.html