mirror of
https://github.com/anticitizn/creamlinux.git
synced 2025-12-05 21:15:40 -05:00
7 lines
70 B
Bash
Executable File
7 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
mkdir build
|
|
cd build
|
|
cmake ..
|
|
make
|
|
cp ../package/* ./lib/
|