mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:32:43 +00:00
7 lines
127 B
Bash
Executable File
7 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
CC=clang CXX=clang++ meson compile -C build && \
|
|
cd build/Minecraft.Client/ && \
|
|
./Minecraft.Client && \
|
|
cd ../..
|