mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-28 00:23:36 +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 ../..
|