mirror of
https://github.com/minetest-mods/irc.git
synced 2025-01-14 17:40:18 +01:00
9 lines
109 B
Bash
Executable File
9 lines
109 B
Bash
Executable File
#! /bin/sh
|
|
|
|
mkdir -p Build &&\
|
|
cd Build &&\
|
|
cmake .. &&\
|
|
make &&\
|
|
ln -s $(pwd)/irc $1
|
|
|