mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 09:53:12 +00:00
unhide files
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ meson-logs/
|
|||||||
*.out
|
*.out
|
||||||
*.d
|
*.d
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
.clangd
|
||||||
|
|
||||||
|
|
||||||
# ----- Scratch / legacy -----
|
# ----- Scratch / legacy -----
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
CC=clang CXX=clang++ meson compile -C build && \
|
||||||
|
cd build/Minecraft.Client/ && \
|
||||||
|
gdb -tui ./Minecraft.Client && \
|
||||||
|
cd ../..
|
||||||
Reference in New Issue
Block a user