mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-01 00:03:37 +00:00
7 lines
136 B
Bash
Executable file
7 lines
136 B
Bash
Executable file
#!/bin/bash
|
|
|
|
CC=clang CXX=clang++ meson compile -C build && \
|
|
cd build/Minecraft.Client/ && \
|
|
gdb -tui ./Minecraft.Client && \
|
|
cd ../..
|