mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-07 10:37:14 +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
|
||||
*.d
|
||||
compile_commands.json
|
||||
|
||||
.clangd
|
||||
|
||||
|
||||
# ----- 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