mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-01 13:40:21 +00:00
9 lines
119 B
Bash
Executable file
9 lines
119 B
Bash
Executable file
#! /bin/sh
|
|
|
|
set -e
|
|
meson build --prefix=/usr
|
|
cd build
|
|
ninja
|
|
sudo ninja install
|
|
# gdb dev.geopjr.tooth
|
|
dev.geopjr.tooth
|