mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
unhide files
This commit is contained in:
parent
0047a442a3
commit
c6ab0e1177
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -29,7 +29,7 @@ meson-logs/
|
||||||
*.out
|
*.out
|
||||||
*.d
|
*.d
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
.clangd
|
||||||
|
|
||||||
|
|
||||||
# ----- Scratch / legacy -----
|
# ----- Scratch / legacy -----
|
||||||
|
|
|
||||||
6
debug.sh
Executable file
6
debug.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
CC=clang CXX=clang++ meson compile -C build && \
|
||||||
|
cd build/Minecraft.Client/ && \
|
||||||
|
gdb -tui ./Minecraft.Client && \
|
||||||
|
cd ../..
|
||||||
Loading…
Reference in a new issue