mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-05-02 20:54:03 +00:00
feat(build): implement Clangd support && add lua symbols
This commit is contained in:
parent
6163593844
commit
e79ee08905
78 changed files with 399 additions and 5445 deletions
5
Makefile
5
Makefile
|
|
@ -3,10 +3,13 @@ all: generate
|
|||
ce-lua:
|
||||
./script/build-cheatengine-scripts cheatengine profile/3.3.5a-windows-386/cheatengine
|
||||
|
||||
clangd:
|
||||
./script/setup-clangd-profile 3.3.5a-windows-386
|
||||
|
||||
artifacts: FORCE
|
||||
./bin/bna mk 3.3.5a-windows-386
|
||||
|
||||
generate: artifacts
|
||||
generate: artifacts clangd
|
||||
|
||||
tidy:
|
||||
./bin/bna tidy 3.3.5a-windows-386
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue