mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2025-06-19 00:55:38 -04:00
7 lines
108 B
Bash
7 lines
108 B
Bash
#!/bin/sh
|
|
|
|
SFML_FOLDER=$1
|
|
ARCH_CHOSEN=$2
|
|
|
|
(cd ${SFML_FOLDER}/build/${ARCH_CHOSEN} ; make -j ; make install)
|