mirror of
http://git.enlightenment.org/enlightenment/terminology.git
synced 2026-02-10 03:45:03 +02:00
6 lines
63 B
Bash
Executable File
6 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf build
|
|
meson $@ . build
|
|
meson configure build
|