summaryrefslogtreecommitdiff
path: root/justfile
blob: 5892885d78a8244eed9931099ce2fa4cdf6ba65f (plain)
1
2
3
4
5
6
7
dev:
  ./build uci
  ./build uci run

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