forked from AuroraMiddleware/gtk
81c4fa5d50
This uses autotools and just calls make
7 lines
43 B
Bash
Executable File
7 lines
43 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
./autogen.sh
|
|
make -j8
|